Shades of Dodger Blue #0D8EEC
Tints of Dodger Blue #0D8EEC
RGB
CMYK
RGB Variations
Color information
#0D8EEC (or 0x0D8EEC) is known color: Dodger Blue. HEX triplet: 0D, 8E and EC. RGB value is (13,142,236). Sum of RGB (Red+Green+Blue) = 13+142+236=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D8EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8EEC is #F27113. Grayscale: #717171. Windows color (decimal): -15888660 or 15502861. OLE color: 15502861.
HSL color Cylindrical-coordinate representation of color #0D8EEC: hue angle of 205.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8EEC is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 142 | 236 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.07 |
| HSL | 205.29º | 0.9% | 0.49% | - |
| HSV(B) | 205.29º | 0.94% | 0.93% | - |
| XYZ | 24.98 | 25.49 | 82.96 | - |
| YUV | 114.15 | 196.76 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 142 | 236 | 0.94 | 0.40 | 0 | 0.07 | 205.29 | 0.9 | 0.49 |
| Hex | D | 8E | EC | 5E | 28 | 0 | 7 | CD | 5A | 31 |
| Octal | 15 | 216 | 354 | 136 | 50 | 0 | 7 | 315 | 132 | 61 |
| Binary | 1101 | 10001110 | 11101100 | 1011110 | 101000 | 0 | 111 | 11001101 | 1011010 | 110001 |
Color Harmonies of #0D8EEC
Complementary color
Monochromatic Colors of #0D8EEC
Black with #0D8EEC
Text Example
Text Example
White with #0D8EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8EEC; }
p { color: rgb(13,142,236); }
H1.HeaderClassName
{
color: #0D8EEC;
}
.AnyTagClassName
{
color: #0D8EEC;
}
</style>
background-color css
<style>
a { background-color: #0D8EEC; }
a { background-color: rgb(13,142,236); }
div.DivClassName
{
background-color: #0D8EEC;
}
.BgClassName
{
background-color: #0D8EEC;
}
</style>
border-color css
<style>
span { border-color: #0D8EEC; }
span { border-color: rgb(13,142,236); }
td.TdClassName
{
border-color: #0D8EEC;
}
.TagClassName
{
border-color: #0D8EEC;
}
</style>