Shades of Dodger Blue #0D9DEA
Tints of Dodger Blue #0D9DEA
RGB
CMYK
RGB Variations
Color information
#0D9DEA (or 0x0D9DEA) is known color: Dodger Blue. HEX triplet: 0D, 9D and EA. RGB value is (13,157,234). Sum of RGB (Red+Green+Blue) = 13+157+234=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D9DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9DEA is #F26215. Grayscale: #7A7A7A. Windows color (decimal): -15884822 or 15375629. OLE color: 15375629.
HSL color Cylindrical-coordinate representation of color #0D9DEA: hue angle of 200.9º 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 #0D9DEA is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 157 | 234 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.08 |
| HSL | 200.91º | 0.89% | 0.48% | - |
| HSV(B) | 200.91º | 0.94% | 0.92% | - |
| XYZ | 27.07 | 30.14 | 82.23 | - |
| YUV | 122.72 | 190.79 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 234 | 0.94 | 0.33 | 0 | 0.08 | 200.91 | 0.89 | 0.48 |
| Hex | D | 9D | EA | 5E | 21 | 0 | 8 | C9 | 59 | 30 |
| Octal | 15 | 235 | 352 | 136 | 41 | 0 | 10 | 311 | 131 | 60 |
| Binary | 1101 | 10011101 | 11101010 | 1011110 | 100001 | 0 | 1000 | 11001001 | 1011001 | 110000 |
Color Harmonies of #0D9DEA
Complementary color
Monochromatic Colors of #0D9DEA
Black with #0D9DEA
Text Example
Text Example
White with #0D9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9DEA; }
p { color: rgb(13,157,234); }
H1.HeaderClassName
{
color: #0D9DEA;
}
.AnyTagClassName
{
color: #0D9DEA;
}
</style>
background-color css
<style>
a { background-color: #0D9DEA; }
a { background-color: rgb(13,157,234); }
div.DivClassName
{
background-color: #0D9DEA;
}
.BgClassName
{
background-color: #0D9DEA;
}
</style>
border-color css
<style>
span { border-color: #0D9DEA; }
span { border-color: rgb(13,157,234); }
td.TdClassName
{
border-color: #0D9DEA;
}
.TagClassName
{
border-color: #0D9DEA;
}
</style>