#1D07F8
A medium, vivid blue closely aligning with Blue.
About #1D07F8
The hex code #1D07F8 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 7, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 88% C, 97% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D07F8
RGB29, 7, 248
HSL245.5°, 94.5%, 50.0%
CMYK88%, 97%, 0%, 3%
HSV245.5°, 97.2%, 97.3%
LAB32.2, 76.7, -104.0
XYZ17.5, 7.2, 89.3
Decimal1902584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.61:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.23:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D07F8;
}
.text-color {
color: #1D07F8;
}
.border-color {
border: 2px solid #1D07F8;
}