#1D83CC
A medium, vivid blue closely aligning with Steelblue.
About #1D83CC
The precise color #1D83CC is an excellent choice for modern design projects. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(29, 131, 204).
If you are designing for print, the four-color process is what matters most. The color uses 86% Cyan, 36% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D83CC
RGB29, 131, 204
HSL205.0°, 75.1%, 45.7%
CMYK86%, 36%, 0%, 20%
HSV205.0°, 85.8%, 80.0%
LAB52.8, -1.5, -45.5
XYZ19.5, 20.9, 60.1
Decimal1934284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D83CC;
}
.text-color {
color: #1D83CC;
}
.border-color {
border: 2px solid #1D83CC;
}