#1633E2
A medium, vivid blue closely aligning with Mediumblue.
About #1633E2
The precise color #1633E2 is an excellent choice for modern design projects. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 22 red, 51 green, and 226 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 90% Cyan, 77% Magenta, 0% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF 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#1633E2
RGB22, 51, 226
HSL231.5°, 82.3%, 48.6%
CMYK90%, 77%, 0%, 11%
HSV231.5°, 90.3%, 88.6%
LAB34.0, 55.9, -88.5
XYZ15.2, 8.0, 72.7
Decimal1455074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.06:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.70:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1633E2;
}
.text-color {
color: #1633E2;
}
.border-color {
border: 2px solid #1633E2;
}