#1D92BD
A medium, vivid blue closely aligning with Steelblue.
About #1D92BD
The hex code #1D92BD represents a beautifully specific shade of blue. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(29, 146, 189).
If you are designing for print, the four-color process is what matters most. The color uses 85% Cyan, 23% Magenta, 0% Yellow, and 26% Black. The HSL representation is 196.1° hue, 73.4% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#1D92BD
RGB29, 146, 189
HSL196.1°, 73.4%, 42.7%
CMYK85%, 23%, 0%, 26%
HSV196.1°, 84.7%, 74.1%
LAB56.6, -15.6, -31.0
XYZ20.0, 24.5, 51.8
Decimal1938109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.90:1
Text on #000000
AA
3.40:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D92BD;
}
.text-color {
color: #1D92BD;
}
.border-color {
border: 2px solid #1D92BD;
}