Shades of Dodger Blue #0D9EEC
Tints of Dodger Blue #0D9EEC
RGB
CMYK
RGB Variations
Color information
#0D9EEC (or 0x0D9EEC) is known color: Dodger Blue. HEX triplet: 0D, 9E and EC. RGB value is (13,158,236). Sum of RGB (Red+Green+Blue) = 13+158+236=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D9EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9EEC is #F26113. Grayscale: #7B7B7B. Windows color (decimal): -15884564 or 15506957. OLE color: 15506957.
HSL color Cylindrical-coordinate representation of color #0D9EEC: hue angle of 200.99º 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 #0D9EEC is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 158 | 236 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.07 |
| HSL | 200.99º | 0.9% | 0.49% | - |
| HSV(B) | 200.99º | 0.94% | 0.93% | - |
| XYZ | 27.53 | 30.6 | 83.81 | - |
| YUV | 123.54 | 191.46 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 236 | 0.94 | 0.33 | 0 | 0.07 | 200.99 | 0.9 | 0.49 |
| Hex | D | 9E | EC | 5E | 21 | 0 | 7 | C9 | 5A | 31 |
| Octal | 15 | 236 | 354 | 136 | 41 | 0 | 7 | 311 | 132 | 61 |
| Binary | 1101 | 10011110 | 11101100 | 1011110 | 100001 | 0 | 111 | 11001001 | 1011010 | 110001 |
Color Harmonies of #0D9EEC
Complementary color
Monochromatic Colors of #0D9EEC
Black with #0D9EEC
Text Example
Text Example
White with #0D9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9EEC; }
p { color: rgb(13,158,236); }
H1.HeaderClassName
{
color: #0D9EEC;
}
.AnyTagClassName
{
color: #0D9EEC;
}
</style>
background-color css
<style>
a { background-color: #0D9EEC; }
a { background-color: rgb(13,158,236); }
div.DivClassName
{
background-color: #0D9EEC;
}
.BgClassName
{
background-color: #0D9EEC;
}
</style>
border-color css
<style>
span { border-color: #0D9EEC; }
span { border-color: rgb(13,158,236); }
td.TdClassName
{
border-color: #0D9EEC;
}
.TagClassName
{
border-color: #0D9EEC;
}
</style>