Shades of Dodger Blue #0D9AEB
Tints of Dodger Blue #0D9AEB
RGB
CMYK
RGB Variations
Color information
#0D9AEB (or 0x0D9AEB) is known color: Dodger Blue. HEX triplet: 0D, 9A and EB. RGB value is (13,154,235). Sum of RGB (Red+Green+Blue) = 13+154+235=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D9AEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9AEB is #F26514. Grayscale: #787878. Windows color (decimal): -15885589 or 15440397. OLE color: 15440397.
HSL color Cylindrical-coordinate representation of color #0D9AEB: hue angle of 201.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9AEB is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 154 | 235 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.08 |
| HSL | 201.89º | 0.9% | 0.49% | - |
| HSV(B) | 201.89º | 0.94% | 0.92% | - |
| XYZ | 26.72 | 29.19 | 82.82 | - |
| YUV | 121.08 | 192.29 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 235 | 0.94 | 0.34 | 0 | 0.08 | 201.89 | 0.9 | 0.49 |
| Hex | D | 9A | EB | 5E | 22 | 0 | 8 | CA | 5A | 31 |
| Octal | 15 | 232 | 353 | 136 | 42 | 0 | 10 | 312 | 132 | 61 |
| Binary | 1101 | 10011010 | 11101011 | 1011110 | 100010 | 0 | 1000 | 11001010 | 1011010 | 110001 |
Color Harmonies of #0D9AEB
Complementary color
Monochromatic Colors of #0D9AEB
Black with #0D9AEB
Text Example
Text Example
White with #0D9AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9AEB; }
p { color: rgb(13,154,235); }
H1.HeaderClassName
{
color: #0D9AEB;
}
.AnyTagClassName
{
color: #0D9AEB;
}
</style>
background-color css
<style>
a { background-color: #0D9AEB; }
a { background-color: rgb(13,154,235); }
div.DivClassName
{
background-color: #0D9AEB;
}
.BgClassName
{
background-color: #0D9AEB;
}
</style>
border-color css
<style>
span { border-color: #0D9AEB; }
span { border-color: rgb(13,154,235); }
td.TdClassName
{
border-color: #0D9AEB;
}
.TagClassName
{
border-color: #0D9AEB;
}
</style>