Shades of Dodger Blue #0D9FEC
Tints of Dodger Blue #0D9FEC
RGB
CMYK
RGB Variations
Color information
#0D9FEC (or 0x0D9FEC) is known color: Dodger Blue. HEX triplet: 0D, 9F and EC. RGB value is (13,159,236). Sum of RGB (Red+Green+Blue) = 13+159+236=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D9FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9FEC is #F26013. Grayscale: #7B7B7B. Windows color (decimal): -15884308 or 15507213. OLE color: 15507213.
HSL color Cylindrical-coordinate representation of color #0D9FEC: hue angle of 200.72º 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 #0D9FEC is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 159 | 236 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.07 |
| HSL | 200.72º | 0.9% | 0.49% | - |
| HSV(B) | 200.72º | 0.94% | 0.93% | - |
| XYZ | 27.7 | 30.94 | 83.87 | - |
| YUV | 124.12 | 191.13 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 236 | 0.94 | 0.33 | 0 | 0.07 | 200.72 | 0.9 | 0.49 |
| Hex | D | 9F | EC | 5E | 21 | 0 | 7 | C9 | 5A | 31 |
| Octal | 15 | 237 | 354 | 136 | 41 | 0 | 7 | 311 | 132 | 61 |
| Binary | 1101 | 10011111 | 11101100 | 1011110 | 100001 | 0 | 111 | 11001001 | 1011010 | 110001 |
Color Harmonies of #0D9FEC
Complementary color
Monochromatic Colors of #0D9FEC
Black with #0D9FEC
Text Example
Text Example
White with #0D9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9FEC; }
p { color: rgb(13,159,236); }
H1.HeaderClassName
{
color: #0D9FEC;
}
.AnyTagClassName
{
color: #0D9FEC;
}
</style>
background-color css
<style>
a { background-color: #0D9FEC; }
a { background-color: rgb(13,159,236); }
div.DivClassName
{
background-color: #0D9FEC;
}
.BgClassName
{
background-color: #0D9FEC;
}
</style>
border-color css
<style>
span { border-color: #0D9FEC; }
span { border-color: rgb(13,159,236); }
td.TdClassName
{
border-color: #0D9FEC;
}
.TagClassName
{
border-color: #0D9FEC;
}
</style>