#1D00FF
A medium, vivid blue closely aligning with Blue.
About #1D00FF
When working with digital screens, the color #1D00FF is rendered by mixing light. Designers often compare it to the standard color Blue. This translates to an RGB value of rgb(29, 0, 255).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 89% cyan, 100% magenta, 0% yellow, and 0% black. The HSL representation is 246.8° hue, 100.0% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D00FF
RGB29, 0, 255
HSL246.8°, 100.0%, 50.0%
CMYK89%, 100%, 0%, 0%
HSV246.8°, 100.0%, 100.0%
LAB32.9, 79.4, -106.9
XYZ18.6, 7.5, 95.1
Decimal1900799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.41:1
Text on #FFFFFF
AAA
2.50:1
Text on #000000
FAIL
8.04:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D00FF;
}
.text-color {
color: #1D00FF;
}
.border-color {
border: 2px solid #1D00FF;
}