Shades of Dodger Blue #0D9CEB
Tints of Dodger Blue #0D9CEB
RGB
CMYK
RGB Variations
Color information
#0D9CEB (or 0x0D9CEB) is known color: Dodger Blue. HEX triplet: 0D, 9C and EB. RGB value is (13,156,235). Sum of RGB (Red+Green+Blue) = 13+156+235=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D9CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9CEB is #F26314. Grayscale: #797979. Windows color (decimal): -15885077 or 15440909. OLE color: 15440909.
HSL color Cylindrical-coordinate representation of color #0D9CEB: hue angle of 201.35º 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 #0D9CEB is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 156 | 235 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.08 |
| HSL | 201.35º | 0.9% | 0.49% | - |
| HSV(B) | 201.35º | 0.94% | 0.92% | - |
| XYZ | 27.05 | 29.86 | 82.94 | - |
| YUV | 122.25 | 191.62 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 156 | 235 | 0.94 | 0.34 | 0 | 0.08 | 201.35 | 0.9 | 0.49 |
| Hex | D | 9C | EB | 5E | 22 | 0 | 8 | C9 | 5A | 31 |
| Octal | 15 | 234 | 353 | 136 | 42 | 0 | 10 | 311 | 132 | 61 |
| Binary | 1101 | 10011100 | 11101011 | 1011110 | 100010 | 0 | 1000 | 11001001 | 1011010 | 110001 |
Color Harmonies of #0D9CEB
Complementary color
Monochromatic Colors of #0D9CEB
Black with #0D9CEB
Text Example
Text Example
White with #0D9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9CEB; }
p { color: rgb(13,156,235); }
H1.HeaderClassName
{
color: #0D9CEB;
}
.AnyTagClassName
{
color: #0D9CEB;
}
</style>
background-color css
<style>
a { background-color: #0D9CEB; }
a { background-color: rgb(13,156,235); }
div.DivClassName
{
background-color: #0D9CEB;
}
.BgClassName
{
background-color: #0D9CEB;
}
</style>
border-color css
<style>
span { border-color: #0D9CEB; }
span { border-color: rgb(13,156,235); }
td.TdClassName
{
border-color: #0D9CEB;
}
.TagClassName
{
border-color: #0D9CEB;
}
</style>