#0F2CE2
A medium, vivid blue closely aligning with Mediumblue.
About #0F2CE2
At its core, #0F2CE2 is a medium and vivid hue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(15, 44, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 93% C, 81% M, 0% Y, and 11% K. The HSL representation is 231.8° hue, 87.6% saturation, and 47.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0F2CE2
RGB15, 44, 226
HSL231.8°, 87.6%, 47.3%
CMYK93%, 81%, 0%, 11%
HSV231.8°, 93.4%, 88.6%
LAB32.7, 59.3, -90.8
XYZ14.8, 7.4, 72.6
Decimal994530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.47:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.10:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2CE2;
}
.text-color {
color: #0F2CE2;
}
.border-color {
border: 2px solid #0F2CE2;
}