#1600F0
A medium, vivid blue closely aligning with Blue.
About #1600F0
The hex code #1600F0 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Blue. Its digital footprint relies on 22 parts red, 0 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 91% cyan, 100% magenta, 0% yellow, and 6% black. The HSL representation is 245.5° hue, 100.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1600F0
RGB22, 0, 240
HSL245.5°, 100.0%, 47.1%
CMYK91%, 100%, 0%, 6%
HSV245.5°, 100.0%, 94.1%
LAB30.5, 75.8, -102.3
XYZ16.1, 6.5, 82.8
Decimal1442032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.16:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.76:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1600F0;
}
.text-color {
color: #1600F0;
}
.border-color {
border: 2px solid #1600F0;
}