#1D00DB
A medium, vivid blue closely aligning with Mediumblue.
About #1D00DB
Visually, #1D00DB is defined as a vivid blue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 0, and 219.
If you are designing for print, the four-color process is what matters most. The color uses 87% Cyan, 100% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D00DB
RGB29, 0, 219
HSL247.9°, 100.0%, 42.9%
CMYK87%, 100%, 0%, 14%
HSV247.9°, 100.0%, 85.9%
LAB27.8, 70.8, -94.9
XYZ13.3, 5.4, 67.4
Decimal1900763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.12:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.67:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D00DB;
}
.text-color {
color: #1D00DB;
}
.border-color {
border: 2px solid #1D00DB;
}