#1642E2
A medium, vivid blue closely aligning with Mediumblue.
About #1642E2
When working with digital screens, the color #1642E2 is rendered by mixing light. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 66, and 226.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 90% cyan, 71% magenta, 0% yellow, and 11% black. The HSL representation is 227.1° hue, 82.3% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1642E2
RGB22, 66, 226
HSL227.1°, 82.3%, 48.6%
CMYK90%, 71%, 0%, 11%
HSV227.1°, 90.3%, 88.6%
LAB37.0, 47.5, -83.6
XYZ16.0, 9.6, 73.0
Decimal1458914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.21:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.89:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1642E2;
}
.text-color {
color: #1642E2;
}
.border-color {
border: 2px solid #1642E2;
}