#0057F8
A medium, vivid blue closely aligning with Mediumslateblue.
About #0057F8
When working with digital screens, the color #0057F8 is rendered by mixing light. Its closest recognized web color is Mediumslateblue. This translates to an RGB value of rgb(0, 87, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 65% Magenta, 0% Yellow, and 3% Black. With a hue angle of 219.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0057F8
RGB0, 87, 248
HSL219.0°, 100.0%, 48.6%
CMYK100%, 65%, 0%, 3%
HSV219.0°, 100.0%, 97.3%
LAB43.6, 42.0, -85.1
XYZ20.4, 13.6, 90.4
Decimal22520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.65:1
Text on #FFFFFF
AA
3.72:1
Text on #000000
AA Large
5.40:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0057F8;
}
.text-color {
color: #0057F8;
}
.border-color {
border: 2px solid #0057F8;
}