#1D75BD
A medium, vivid blue closely aligning with Steelblue.
About #1D75BD
Visually, #1D75BD is defined as a vivid blue. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 117, and 189.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 85% C, 38% M, 0% Y, and 26% K. The HSL representation is 207.0° hue, 73.4% saturation, and 42.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D75BD
RGB29, 117, 189
HSL207.0°, 73.4%, 42.7%
CMYK85%, 38%, 0%, 26%
HSV207.0°, 84.7%, 74.1%
LAB47.8, 1.3, -44.8
XYZ16.1, 16.7, 50.5
Decimal1930685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.85:1
Text on #FFFFFF
AA
4.33:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.68:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D75BD;
}
.text-color {
color: #1D75BD;
}
.border-color {
border: 2px solid #1D75BD;
}