#163ADB
A medium, vivid blue closely aligning with Mediumblue.
About #163ADB
When working with digital screens, the color #163ADB is rendered by mixing light. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 22 red, 58 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 90% C, 74% M, 0% Y, and 14% K. With a hue angle of 229.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF 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#163ADB
RGB22, 58, 219
HSL229.0°, 81.7%, 47.3%
CMYK90%, 74%, 0%, 14%
HSV229.0°, 90.0%, 85.9%
LAB34.6, 49.8, -83.5
XYZ14.6, 8.3, 67.9
Decimal1456859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.89:1
Text on #FFFFFF
AAA
2.66:1
Text on #000000
FAIL
7.54:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #163ADB;
}
.text-color {
color: #163ADB;
}
.border-color {
border: 2px solid #163ADB;
}