#1692DB
A medium, vivid blue closely aligning with Steelblue.
About #1692DB
Visually, #1692DB is defined as a vivid blue. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 146, and 219.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 90% cyan and 33% magenta inks. The HSL representation is 202.2° hue, 81.7% saturation, and 47.3% lightness.
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#1692DB
RGB22, 146, 219
HSL202.2°, 81.7%, 47.3%
CMYK90%, 33%, 0%, 14%
HSV202.2°, 90.0%, 85.9%
LAB57.9, -5.1, -45.9
XYZ23.4, 25.8, 70.8
Decimal1479387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.17:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1692DB;
}
.text-color {
color: #1692DB;
}
.border-color {
border: 2px solid #1692DB;
}