#1D7CBD
A medium, vivid blue closely aligning with Steelblue.
About #1D7CBD
At its core, #1D7CBD is a medium and vivid hue. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 124, and 189.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 85% cyan, 34% magenta, 0% yellow, and 26% black. With a hue angle of 204.4 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D7CBD
RGB29, 124, 189
HSL204.4°, 73.4%, 42.7%
CMYK85%, 34%, 0%, 26%
HSV204.4°, 84.7%, 74.1%
LAB49.9, -3.0, -41.5
XYZ16.9, 18.4, 50.8
Decimal1932477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA Large
4.67:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7CBD;
}
.text-color {
color: #1D7CBD;
}
.border-color {
border: 2px solid #1D7CBD;
}