#1D7CC5
A medium, vivid blue closely aligning with Steelblue.
About #1D7CC5
Visually, #1D7CC5 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 29 parts red, 124 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 85% C, 37% M, 0% Y, and 23% K. The HSL representation is 206.1° hue, 74.3% saturation, and 44.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D7CC5
RGB29, 124, 197
HSL206.1°, 74.3%, 44.3%
CMYK85%, 37%, 0%, 23%
HSV206.1°, 85.3%, 77.3%
LAB50.3, 0.1, -45.4
XYZ17.8, 18.7, 55.5
Decimal1932485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7CC5;
}
.text-color {
color: #1D7CC5;
}
.border-color {
border: 2px solid #1D7CC5;
}