#1D92CC
A medium, vivid blue closely aligning with Steelblue.
About #1D92CC
The precise color #1D92CC is an excellent choice for modern design projects. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(29, 146, 204).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 86% C, 28% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D92CC
RGB29, 146, 204
HSL199.9°, 75.1%, 45.7%
CMYK86%, 28%, 0%, 20%
HSV199.9°, 85.8%, 80.0%
LAB57.2, -10.2, -38.4
XYZ21.7, 25.2, 60.8
Decimal1938124
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D92CC;
}
.text-color {
color: #1D92CC;
}
.border-color {
border: 2px solid #1D92CC;
}