#3399FF
A light, vivid blue closely aligning with Dodgerblue.
About #3399FF
At its core, #3399FF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Dodgerblue. This translates to an RGB value of rgb(51, 153, 255).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 80% C, 40% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#3399FF
RGB51, 153, 255
HSL210.0°, 100.0%, 60.0%
CMYK80%, 40%, 0%, 0%
HSV210.0°, 80.0%, 100.0%
LAB62.3, 6.1, -58.8
XYZ30.8, 30.7, 98.9
Decimal3381759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.14:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3399FF;
}
.text-color {
color: #3399FF;
}
.border-color {
border: 2px solid #3399FF;
}