#1D1DDB
A medium, vivid blue closely aligning with Mediumblue.
About #1D1DDB
At its core, #1D1DDB is a medium and vivid hue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(29, 29, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 87% cyan, 87% magenta, 0% yellow, and 14% black. The HSL representation is 240.0° hue, 76.6% saturation, and 48.6% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D1DDB
RGB29, 29, 219
HSL240.0°, 76.6%, 48.6%
CMYK87%, 87%, 0%, 14%
HSV240.0°, 86.8%, 85.9%
LAB30.0, 63.9, -91.1
XYZ13.7, 6.3, 67.5
Decimal1908187
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.33:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.92:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1DDB;
}
.text-color {
color: #1D1DDB;
}
.border-color {
border: 2px solid #1D1DDB;
}