#1D1DFF
A medium, vivid blue closely aligning with Blue.
About #1D1DFF
When working with digital screens, the color #1D1DFF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blue. This translates to an RGB value of rgb(29, 29, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 89% Cyan, 89% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1D1DFF
RGB29, 29, 255
HSL240.0°, 100.0%, 55.7%
CMYK89%, 89%, 0%, 0%
HSV240.0°, 88.6%, 100.0%
LAB34.7, 73.7, -103.8
XYZ19.0, 8.4, 95.2
Decimal1908223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.86:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.51:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1DFF;
}
.text-color {
color: #1D1DFF;
}
.border-color {
border: 2px solid #1D1DFF;
}