Shades of Dodger Blue #0D9CE8
Tints of Dodger Blue #0D9CE8
RGB
CMYK
RGB Variations
Color information
#0D9CE8 (or 0x0D9CE8) is known color: Dodger Blue. HEX triplet: 0D, 9C and E8. RGB value is (13,156,232). Sum of RGB (Red+Green+Blue) = 13+156+232=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #0D9CE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9CE8 is #F26317. Grayscale: #797979. Windows color (decimal): -15885080 or 15244301. OLE color: 15244301.
HSL color Cylindrical-coordinate representation of color #0D9CE8: hue angle of 200.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9CE8 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 156 | 232 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.09 |
| HSL | 200.82º | 0.89% | 0.48% | - |
| HSV(B) | 200.82º | 0.94% | 0.91% | - |
| XYZ | 26.62 | 29.69 | 80.67 | - |
| YUV | 121.91 | 190.12 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 156 | 232 | 0.94 | 0.33 | 0 | 0.09 | 200.82 | 0.89 | 0.48 |
| Hex | D | 9C | E8 | 5E | 21 | 0 | 9 | C9 | 59 | 30 |
| Octal | 15 | 234 | 350 | 136 | 41 | 0 | 11 | 311 | 131 | 60 |
| Binary | 1101 | 10011100 | 11101000 | 1011110 | 100001 | 0 | 1001 | 11001001 | 1011001 | 110000 |
Color Harmonies of #0D9CE8
Complementary color
Monochromatic Colors of #0D9CE8
Black with #0D9CE8
Text Example
Text Example
White with #0D9CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9CE8; }
p { color: rgb(13,156,232); }
H1.HeaderClassName
{
color: #0D9CE8;
}
.AnyTagClassName
{
color: #0D9CE8;
}
</style>
background-color css
<style>
a { background-color: #0D9CE8; }
a { background-color: rgb(13,156,232); }
div.DivClassName
{
background-color: #0D9CE8;
}
.BgClassName
{
background-color: #0D9CE8;
}
</style>
border-color css
<style>
span { border-color: #0D9CE8; }
span { border-color: rgb(13,156,232); }
td.TdClassName
{
border-color: #0D9CE8;
}
.TagClassName
{
border-color: #0D9CE8;
}
</style>