#1642F0
A medium, vivid blue closely aligning with Mediumblue.
About #1642F0
The hex code #1642F0 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 22 red, 66 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 91% cyan and 72% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1642F0
RGB22, 66, 240
HSL227.9°, 87.9%, 51.4%
CMYK91%, 72%, 0%, 6%
HSV227.9°, 90.8%, 94.1%
LAB38.5, 52.4, -89.1
XYZ18.0, 10.4, 83.5
Decimal1458928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.84:1
Text on #FFFFFF
AA
3.07:1
Text on #000000
AA Large
6.53:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1642F0;
}
.text-color {
color: #1642F0;
}
.border-color {
border: 2px solid #1642F0;
}