#001DDB
A medium, vivid blue closely aligning with Mediumblue.
About #001DDB
The precise color #001DDB is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 0 parts red, 29 parts green, and 219 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 87% Magenta, 0% Yellow, and 14% Black. With a hue angle of 232.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#001DDB
RGB0, 29, 219
HSL232.1°, 100.0%, 42.9%
CMYK100%, 87%, 0%, 14%
HSV232.1°, 100.0%, 85.9%
LAB29.4, 63.4, -92.2
XYZ13.2, 6.0, 67.5
Decimal7643
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.55:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.13:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001DDB;
}
.text-color {
color: #001DDB;
}
.border-color {
border: 2px solid #001DDB;
}