#0F24BD
A medium, vivid blue closely aligning with Darkblue.
About #0F24BD
The precise color #0F24BD is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 15 red, 36 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 92% C, 81% M, 0% Y, and 26% K. With a hue angle of 232.8 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F24BD
RGB15, 36, 189
HSL232.8°, 85.3%, 40.0%
CMYK92%, 81%, 0%, 26%
HSV232.8°, 92.1%, 74.1%
LAB26.8, 51.5, -79.0
XYZ10.0, 5.0, 48.6
Decimal992445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.46:1
Text on #FFFFFF
AAA
2.01:1
Text on #000000
FAIL
10.00:1
Text on #F8FAFC
AAA
1.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F24BD;
}
.text-color {
color: #0F24BD;
}
.border-color {
border: 2px solid #0F24BD;
}