#0F2CFF
A medium, vivid blue closely aligning with Blue.
About #0F2CFF
The hex code #0F2CFF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Blue. This translates to an RGB value of rgb(15, 44, 255).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 94% C, 83% M, 0% Y, and 0% K. With a hue angle of 232.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F2CFF
RGB15, 44, 255
HSL232.8°, 100.0%, 52.9%
CMYK94%, 83%, 0%, 0%
HSV232.8°, 94.1%, 100.0%
LAB36.2, 68.0, -101.3
XYZ19.1, 9.1, 95.4
Decimal994559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.43:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.11:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2CFF;
}
.text-color {
color: #0F2CFF;
}
.border-color {
border: 2px solid #0F2CFF;
}