Shades of Dodger Blue #0D80EA
Tints of Dodger Blue #0D80EA
RGB
CMYK
RGB Variations
Color information
#0D80EA (or 0x0D80EA) is known color: Dodger Blue. HEX triplet: 0D, 80 and EA. RGB value is (13,128,234). Sum of RGB (Red+Green+Blue) = 13+128+234=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D80EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D80EA is #F27F15. Grayscale: #696969. Windows color (decimal): -15892246 or 15368205. OLE color: 15368205.
HSL color Cylindrical-coordinate representation of color #0D80EA: hue angle of 208.78º 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 #0D80EA is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 128 | 234 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.08 |
| HSL | 208.78º | 0.89% | 0.48% | - |
| HSV(B) | 208.78º | 0.94% | 0.92% | - |
| XYZ | 22.74 | 21.46 | 80.79 | - |
| YUV | 105.7 | 200.4 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 128 | 234 | 0.94 | 0.45 | 0 | 0.08 | 208.78 | 0.89 | 0.48 |
| Hex | D | 80 | EA | 5E | 2D | 0 | 8 | D1 | 59 | 30 |
| Octal | 15 | 200 | 352 | 136 | 55 | 0 | 10 | 321 | 131 | 60 |
| Binary | 1101 | 10000000 | 11101010 | 1011110 | 101101 | 0 | 1000 | 11010001 | 1011001 | 110000 |
Color Harmonies of #0D80EA
Complementary color
Monochromatic Colors of #0D80EA
Black with #0D80EA
Text Example
Text Example
White with #0D80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D80EA; }
p { color: rgb(13,128,234); }
H1.HeaderClassName
{
color: #0D80EA;
}
.AnyTagClassName
{
color: #0D80EA;
}
</style>
background-color css
<style>
a { background-color: #0D80EA; }
a { background-color: rgb(13,128,234); }
div.DivClassName
{
background-color: #0D80EA;
}
.BgClassName
{
background-color: #0D80EA;
}
</style>
border-color css
<style>
span { border-color: #0D80EA; }
span { border-color: rgb(13,128,234); }
td.TdClassName
{
border-color: #0D80EA;
}
.TagClassName
{
border-color: #0D80EA;
}
</style>