Shades of Dodger Blue #0E86FF
Tints of Dodger Blue #0E86FF
RGB
CMYK
RGB Variations
Color information
#0E86FF (or 0x0E86FF) is known color: Dodger Blue. HEX triplet: 0E, 86 and FF. RGB value is (14,134,255). Sum of RGB (Red+Green+Blue) = 14+134+255=403 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E86FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E86FF is #F17900. Grayscale: #6F6F6F. Windows color (decimal): -15825153 or 16745998. OLE color: 16745998.
HSL color Cylindrical-coordinate representation of color #0E86FF: hue angle of 210.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E86FF is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 134 | 255 | - |
| CMYK | 0.95 | 0.47 | 0 | 0 |
| HSL | 210.12º | 1% | 0.53% | - |
| HSV(B) | 210.12º | 0.95% | 1% | - |
| XYZ | 26.76 | 24.36 | 97.9 | - |
| YUV | 111.91 | 208.74 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 134 | 255 | 0.95 | 0.47 | 0 | 0 | 210.12 | 1 | 0.53 |
| Hex | E | 86 | FF | 5F | 2F | 0 | 0 | D2 | 64 | 35 |
| Octal | 16 | 206 | 377 | 137 | 57 | 0 | 0 | 322 | 144 | 65 |
| Binary | 1110 | 10000110 | 11111111 | 1011111 | 101111 | 0 | 0 | 11010010 | 1100100 | 110101 |
Color Harmonies of #0E86FF
Complementary color
Monochromatic Colors of #0E86FF
Black with #0E86FF
Text Example
Text Example
White with #0E86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E86FF; }
p { color: rgb(14,134,255); }
H1.HeaderClassName
{
color: #0E86FF;
}
.AnyTagClassName
{
color: #0E86FF;
}
</style>
background-color css
<style>
a { background-color: #0E86FF; }
a { background-color: rgb(14,134,255); }
div.DivClassName
{
background-color: #0E86FF;
}
.BgClassName
{
background-color: #0E86FF;
}
</style>
border-color css
<style>
span { border-color: #0E86FF; }
span { border-color: rgb(14,134,255); }
td.TdClassName
{
border-color: #0E86FF;
}
.TagClassName
{
border-color: #0E86FF;
}
</style>