#1692BD
A medium, vivid blue closely aligning with Steelblue.
About #1692BD
The precise color #1692BD 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(22, 146, 189).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 88% cyan, 23% magenta, 0% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1692BD
RGB22, 146, 189
HSL195.4°, 79.1%, 41.4%
CMYK88%, 23%, 0%, 26%
HSV195.4°, 88.4%, 74.1%
LAB56.5, -16.1, -31.2
XYZ19.8, 24.4, 51.8
Decimal1479357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1692BD;
}
.text-color {
color: #1692BD;
}
.border-color {
border: 2px solid #1692BD;
}