#0F2CD3
A medium, vivid blue closely aligning with Mediumblue.
About #0F2CD3
The hex code #0F2CD3 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 15 parts red, 44 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 93% cyan and 79% magenta inks. With a hue angle of 231.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F2CD3
RGB15, 44, 211
HSL231.1°, 86.7%, 44.3%
CMYK93%, 79%, 0%, 17%
HSV231.1°, 92.9%, 82.7%
LAB30.9, 54.5, -85.1
XYZ12.9, 6.6, 62.2
Decimal994515
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.05:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.65:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2CD3;
}
.text-color {
color: #0F2CD3;
}
.border-color {
border: 2px solid #0F2CD3;
}