#1692C5
A medium, vivid blue closely aligning with Steelblue.
About #1692C5
Visually, #1692C5 is defined as a vivid blue. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(22, 146, 197).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 89% cyan, 26% magenta, 0% yellow, and 23% black. With a hue angle of 197.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1692C5
RGB22, 146, 197
HSL197.5°, 79.9%, 42.9%
CMYK89%, 26%, 0%, 23%
HSV197.5°, 88.8%, 77.3%
LAB56.8, -13.2, -35.1
XYZ20.7, 24.8, 56.5
Decimal1479365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.95:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1692C5;
}
.text-color {
color: #1692C5;
}
.border-color {
border: 2px solid #1692C5;
}