#1D7CDB
A medium, vivid blue closely aligning with Dodgerblue.
About #1D7CDB
Visually, #1D7CDB is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 124, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 87% Cyan, 43% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D7CDB
RGB29, 124, 219
HSL210.0°, 76.6%, 48.6%
CMYK87%, 43%, 0%, 14%
HSV210.0°, 86.8%, 85.9%
LAB51.6, 8.5, -55.9
XYZ20.5, 19.8, 69.8
Decimal1932507
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7CDB;
}
.text-color {
color: #1D7CDB;
}
.border-color {
border: 2px solid #1D7CDB;
}