#001DF8
A medium, vivid blue closely aligning with Blue.
About #001DF8
When working with digital screens, the color #001DF8 is rendered by mixing light. 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 0, 29, and 248.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 88% 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. 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#001DF8
RGB0, 29, 248
HSL233.0°, 100.0%, 48.6%
CMYK100%, 88%, 0%, 3%
HSV233.0°, 100.0%, 97.3%
LAB33.3, 71.5, -102.3
XYZ17.4, 7.7, 89.4
Decimal7672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.30:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.93:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001DF8;
}
.text-color {
color: #001DF8;
}
.border-color {
border: 2px solid #001DF8;
}