#338AFF
A light, vivid blue closely aligning with Dodgerblue.
About #338AFF
Visually, #338AFF is defined as a vivid blue. It is closely associated with the named CSS color Dodgerblue. Its digital footprint relies on 51 parts red, 138 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 80% C, 46% M, 0% Y, and 0% K. The HSL representation is 214.4° hue, 100.0% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#338AFF
RGB51, 138, 255
HSL214.4°, 100.0%, 60.0%
CMYK80%, 46%, 0%, 0%
HSV214.4°, 80.0%, 100.0%
LAB58.1, 15.1, -65.4
XYZ28.5, 26.1, 98.1
Decimal3377919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.22:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #338AFF;
}
.text-color {
color: #338AFF;
}
.border-color {
border: 2px solid #338AFF;
}