#0F57E9
A medium, vivid blue closely aligning with Mediumslateblue.
About #0F57E9
The precise color #0F57E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 15 red, 87 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 94% C, 63% M, 0% Y, and 9% K. The HSL representation is 220.2° hue, 87.9% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F57E9
RGB15, 87, 233
HSL220.2°, 87.9%, 48.6%
CMYK94%, 63%, 0%, 9%
HSV220.2°, 93.6%, 91.4%
LAB42.5, 36.8, -78.6
XYZ18.3, 12.8, 78.6
Decimal1005545
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.90:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.64:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F57E9;
}
.text-color {
color: #0F57E9;
}
.border-color {
border: 2px solid #0F57E9;
}