#0F92E2
A medium, vivid blue closely aligning with Cornflowerblue.
About #0F92E2
At its core, #0F92E2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(15, 146, 226).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 93% C, 35% M, 0% Y, and 11% K. With a hue angle of 202.7 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F92E2
RGB15, 146, 226
HSL202.7°, 87.6%, 47.3%
CMYK93%, 35%, 0%, 11%
HSV202.7°, 93.4%, 88.6%
LAB58.2, -2.8, -49.3
XYZ24.2, 26.2, 75.7
Decimal1020642
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F92E2;
}
.text-color {
color: #0F92E2;
}
.border-color {
border: 2px solid #0F92E2;
}