Shades of Dodger Blue #0D9CEA
Tints of Dodger Blue #0D9CEA
RGB
CMYK
RGB Variations
Color information
#0D9CEA (or 0x0D9CEA) is known color: Dodger Blue. HEX triplet: 0D, 9C and EA. RGB value is (13,156,234). Sum of RGB (Red+Green+Blue) = 13+156+234=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D9CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9CEA is #F26315. Grayscale: #797979. Windows color (decimal): -15885078 or 15375373. OLE color: 15375373.
HSL color Cylindrical-coordinate representation of color #0D9CEA: hue angle of 201.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9CEA is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 156 | 234 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.08 |
| HSL | 201.18º | 0.89% | 0.48% | - |
| HSV(B) | 201.18º | 0.94% | 0.92% | - |
| XYZ | 26.91 | 29.8 | 82.18 | - |
| YUV | 122.14 | 191.12 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 156 | 234 | 0.94 | 0.33 | 0 | 0.08 | 201.18 | 0.89 | 0.48 |
| Hex | D | 9C | EA | 5E | 21 | 0 | 8 | C9 | 59 | 30 |
| Octal | 15 | 234 | 352 | 136 | 41 | 0 | 10 | 311 | 131 | 60 |
| Binary | 1101 | 10011100 | 11101010 | 1011110 | 100001 | 0 | 1000 | 11001001 | 1011001 | 110000 |
Color Harmonies of #0D9CEA
Complementary color
Monochromatic Colors of #0D9CEA
Black with #0D9CEA
Text Example
Text Example
White with #0D9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9CEA; }
p { color: rgb(13,156,234); }
H1.HeaderClassName
{
color: #0D9CEA;
}
.AnyTagClassName
{
color: #0D9CEA;
}
</style>
background-color css
<style>
a { background-color: #0D9CEA; }
a { background-color: rgb(13,156,234); }
div.DivClassName
{
background-color: #0D9CEA;
}
.BgClassName
{
background-color: #0D9CEA;
}
</style>
border-color css
<style>
span { border-color: #0D9CEA; }
span { border-color: rgb(13,156,234); }
td.TdClassName
{
border-color: #0D9CEA;
}
.TagClassName
{
border-color: #0D9CEA;
}
</style>