#0724BD
A dark, vivid blue closely aligning with Darkblue.
About #0724BD
Visually, #0724BD is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 7 red, 36 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 96% C, 81% M, 0% Y, and 26% K. The HSL representation is 230.4° hue, 92.9% saturation, and 38.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#0724BD
RGB7, 36, 189
HSL230.4°, 92.9%, 38.4%
CMYK96%, 81%, 0%, 26%
HSV230.4°, 96.3%, 74.1%
LAB26.7, 51.3, -79.2
XYZ9.9, 5.0, 48.6
Decimal468157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.52:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.05:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0724BD;
}
.text-color {
color: #0724BD;
}
.border-color {
border: 2px solid #0724BD;
}