#1683D3
A medium, vivid blue closely aligning with Cornflowerblue.
About #1683D3
At its core, #1683D3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Cornflowerblue. Its digital footprint relies on 22 parts red, 131 parts green, and 211 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 90% C, 38% M, 0% Y, and 17% K. The HSL representation is 205.4° hue, 81.1% saturation, and 45.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1683D3
RGB22, 131, 211
HSL205.4°, 81.1%, 45.7%
CMYK90%, 38%, 0%, 17%
HSV205.4°, 89.6%, 82.7%
LAB53.1, 0.7, -49.0
XYZ20.2, 21.1, 64.6
Decimal1475539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1683D3;
}
.text-color {
color: #1683D3;
}
.border-color {
border: 2px solid #1683D3;
}