#1683CC
A medium, vivid blue closely aligning with Steelblue.
About #1683CC
When working with digital screens, the color #1683CC is rendered by mixing light. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(22, 131, 204).
Translating this color to physical media requires the CMYK color model. The color uses 89% Cyan, 36% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1683CC
RGB22, 131, 204
HSL204.1°, 80.5%, 44.3%
CMYK89%, 36%, 0%, 20%
HSV204.1°, 89.2%, 80.0%
LAB52.7, -2.0, -45.6
XYZ19.3, 20.8, 60.1
Decimal1475532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.15:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1683CC;
}
.text-color {
color: #1683CC;
}
.border-color {
border: 2px solid #1683CC;
}