#0F5FE2
A medium, vivid blue closely aligning with Royalblue.
About #0F5FE2
At its core, #0F5FE2 is a medium and vivid hue. Designers often compare it to the standard color Royalblue. Its digital footprint relies on 15 parts red, 95 parts green, and 226 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 93% C, 58% M, 0% Y, and 11% K. The HSL representation is 217.3° hue, 87.6% saturation, and 47.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F5FE2
RGB15, 95, 226
HSL217.3°, 87.6%, 47.3%
CMYK93%, 58%, 0%, 11%
HSV217.3°, 93.4%, 88.6%
LAB43.9, 29.0, -72.3
XYZ18.0, 13.8, 73.7
Decimal1007586
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.59:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.34:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F5FE2;
}
.text-color {
color: #0F5FE2;
}
.border-color {
border: 2px solid #0F5FE2;
}