Shades of Dodger Blue #0D8DE1
Tints of Dodger Blue #0D8DE1
RGB
CMYK
RGB Variations
Color information
#0D8DE1 (or 0x0D8DE1) is known color: Dodger Blue. HEX triplet: 0D, 8D and E1. RGB value is (13,141,225). Sum of RGB (Red+Green+Blue) = 13+141+225=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 225 (88.28% from 255 or 59.37% from 379); Max value from RGB is 225 - color contains mainly: blue. Hex color #0D8DE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8DE1 is #F2721E. Grayscale: #6F6F6F. Windows color (decimal): -15888927 or 14781709. OLE color: 14781709.
HSL color Cylindrical-coordinate representation of color #0D8DE1: hue angle of 203.77º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8DE1 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 141 | 225 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.12 |
| HSL | 203.77º | 0.89% | 0.47% | - |
| HSV(B) | 203.77º | 0.94% | 0.88% | - |
| XYZ | 23.28 | 24.57 | 74.75 | - |
| YUV | 112.3 | 191.59 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 141 | 225 | 0.94 | 0.37 | 0 | 0.12 | 203.77 | 0.89 | 0.47 |
| Hex | D | 8D | E1 | 5E | 25 | 0 | C | CC | 59 | 2F |
| Octal | 15 | 215 | 341 | 136 | 45 | 0 | 14 | 314 | 131 | 57 |
| Binary | 1101 | 10001101 | 11100001 | 1011110 | 100101 | 0 | 1100 | 11001100 | 1011001 | 101111 |
Color Harmonies of #0D8DE1
Complementary color
Monochromatic Colors of #0D8DE1
Black with #0D8DE1
Text Example
Text Example
White with #0D8DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8DE1; }
p { color: rgb(13,141,225); }
H1.HeaderClassName
{
color: #0D8DE1;
}
.AnyTagClassName
{
color: #0D8DE1;
}
</style>
background-color css
<style>
a { background-color: #0D8DE1; }
a { background-color: rgb(13,141,225); }
div.DivClassName
{
background-color: #0D8DE1;
}
.BgClassName
{
background-color: #0D8DE1;
}
</style>
border-color css
<style>
span { border-color: #0D8DE1; }
span { border-color: rgb(13,141,225); }
td.TdClassName
{
border-color: #0D8DE1;
}
.TagClassName
{
border-color: #0D8DE1;
}
</style>