#0F2CCC
A medium, vivid blue closely aligning with Mediumblue.
About #0F2CCC
When working with digital screens, the color #0F2CCC is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 15 red, 44 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 93% cyan and 78% magenta inks. The HSL representation is 230.8° hue, 86.3% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F2CCC
RGB15, 44, 204
HSL230.8°, 86.3%, 42.9%
CMYK93%, 78%, 0%, 20%
HSV230.8°, 92.6%, 80.0%
LAB30.1, 52.3, -82.4
XYZ12.0, 6.3, 57.7
Decimal994508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.32:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.91:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2CCC;
}
.text-color {
color: #0F2CCC;
}
.border-color {
border: 2px solid #0F2CCC;
}