#0F8AF0
A medium, vivid blue closely aligning with Dodgerblue.
About #0F8AF0
The hex code #0F8AF0 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 138, and 240.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 94% C, 43% M, 0% Y, and 6% K. The HSL representation is 207.2° hue, 88.2% saturation, and 50.0% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F8AF0
RGB15, 138, 240
HSL207.2°, 88.2%, 50.0%
CMYK94%, 43%, 0%, 6%
HSV207.2°, 93.8%, 94.1%
LAB56.7, 7.3, -59.5
XYZ25.0, 24.6, 85.9
Decimal1018608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.91:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F8AF0;
}
.text-color {
color: #0F8AF0;
}
.border-color {
border: 2px solid #0F8AF0;
}