Shades of Dodger Blue #0E86DD
Tints of Dodger Blue #0E86DD
RGB
CMYK
RGB Variations
Color information
#0E86DD (or 0x0E86DD) is known color: Dodger Blue. HEX triplet: 0E, 86 and DD. RGB value is (14,134,221). Sum of RGB (Red+Green+Blue) = 14+134+221=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E86DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E86DD is #F17922. Grayscale: #6B6B6B. Windows color (decimal): -15825187 or 14517774. OLE color: 14517774.
HSL color Cylindrical-coordinate representation of color #0E86DD: hue angle of 205.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E86DD is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 134 | 221 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.13 |
| HSL | 205.22º | 0.88% | 0.46% | - |
| HSV(B) | 205.22º | 0.94% | 0.87% | - |
| XYZ | 21.76 | 22.36 | 71.58 | - |
| YUV | 108.04 | 191.74 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 134 | 221 | 0.94 | 0.39 | 0 | 0.13 | 205.22 | 0.88 | 0.46 |
| Hex | E | 86 | DD | 5E | 27 | 0 | D | CD | 58 | 2E |
| Octal | 16 | 206 | 335 | 136 | 47 | 0 | 15 | 315 | 130 | 56 |
| Binary | 1110 | 10000110 | 11011101 | 1011110 | 100111 | 0 | 1101 | 11001101 | 1011000 | 101110 |
Color Harmonies of #0E86DD
Complementary color
Monochromatic Colors of #0E86DD
Black with #0E86DD
Text Example
Text Example
White with #0E86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E86DD; }
p { color: rgb(14,134,221); }
H1.HeaderClassName
{
color: #0E86DD;
}
.AnyTagClassName
{
color: #0E86DD;
}
</style>
background-color css
<style>
a { background-color: #0E86DD; }
a { background-color: rgb(14,134,221); }
div.DivClassName
{
background-color: #0E86DD;
}
.BgClassName
{
background-color: #0E86DD;
}
</style>
border-color css
<style>
span { border-color: #0E86DD; }
span { border-color: rgb(14,134,221); }
td.TdClassName
{
border-color: #0E86DD;
}
.TagClassName
{
border-color: #0E86DD;
}
</style>