#1D24F8
A medium, vivid blue closely aligning with Blue.
About #1D24F8
The hex code #1D24F8 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 29 red, 36 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 88% C, 85% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
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#1D24F8
RGB29, 36, 248
HSL238.1°, 94.0%, 54.3%
CMYK88%, 85%, 0%, 3%
HSV238.1°, 88.3%, 97.3%
LAB34.6, 69.5, -100.1
XYZ18.1, 8.3, 89.5
Decimal1910008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.89:1
Text on #FFFFFF
AAA
2.66:1
Text on #000000
FAIL
7.55:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D24F8;
}
.text-color {
color: #1D24F8;
}
.border-color {
border: 2px solid #1D24F8;
}