#1D24BD
A medium, vivid blue closely aligning with Darkblue.
About #1D24BD
The hex code #1D24BD represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 29 red, 36 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 85% Cyan, 81% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D24BD
RGB29, 36, 189
HSL237.4°, 73.4%, 42.7%
CMYK85%, 81%, 0%, 26%
HSV237.4°, 84.7%, 74.1%
LAB27.3, 52.0, -78.2
XYZ10.3, 5.2, 48.6
Decimal1909949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.30:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.84:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D24BD;
}
.text-color {
color: #1D24BD;
}
.border-color {
border: 2px solid #1D24BD;
}