#1D00E9
A medium, vivid blue closely aligning with Blue.
About #1D00E9
Visually, #1D00E9 is defined as a vivid blue. Its closest recognized web color is Blue. This translates to an RGB value of rgb(29, 0, 233).
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 100% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#1D00E9
RGB29, 0, 233
HSL247.5°, 100.0%, 45.7%
CMYK88%, 100%, 0%, 9%
HSV247.5°, 100.0%, 91.4%
LAB29.8, 74.2, -99.6
XYZ15.2, 6.1, 77.5
Decimal1900777
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.42:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.01:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D00E9;
}
.text-color {
color: #1D00E9;
}
.border-color {
border: 2px solid #1D00E9;
}