#3AA0FF
A light, vivid blue closely aligning with Cornflowerblue.
About #3AA0FF
When working with digital screens, the color #3AA0FF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(58, 160, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 77% Cyan, 37% Magenta, 0% Yellow, and 0% Black. With a hue angle of 208.9 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 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#3AA0FF
RGB58, 160, 255
HSL208.9°, 100.0%, 61.4%
CMYK77%, 37%, 0%, 0%
HSV208.9°, 77.3%, 100.0%
LAB64.4, 2.7, -55.4
XYZ32.4, 33.3, 99.3
Decimal3842303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.65:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA0FF;
}
.text-color {
color: #3AA0FF;
}
.border-color {
border: 2px solid #3AA0FF;
}