Shades of Dodger Blue #0580EC
Tints of Dodger Blue #0580EC
RGB
CMYK
RGB Variations
Color information
#0580EC (or 0x0580EC) is known color: Dodger Blue. HEX triplet: 05, 80 and EC. RGB value is (5,128,236). Sum of RGB (Red+Green+Blue) = 5+128+236=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #0580EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0580EC is #FA7F13. Grayscale: #666666. Windows color (decimal): -16416532 or 15499269. OLE color: 15499269.
HSL color Cylindrical-coordinate representation of color #0580EC: hue angle of 208.05º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0580EC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 128 | 236 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.07 |
| HSL | 208.05º | 0.96% | 0.47% | - |
| HSV(B) | 208.05º | 0.98% | 0.93% | - |
| XYZ | 22.92 | 21.53 | 82.3 | - |
| YUV | 103.54 | 202.75 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 236 | 0.98 | 0.46 | 0 | 0.07 | 208.05 | 0.96 | 0.47 |
| Hex | 5 | 80 | EC | 62 | 2E | 0 | 7 | D0 | 60 | 2F |
| Octal | 5 | 200 | 354 | 142 | 56 | 0 | 7 | 320 | 140 | 57 |
| Binary | 101 | 10000000 | 11101100 | 1100010 | 101110 | 0 | 111 | 11010000 | 1100000 | 101111 |
Color Harmonies of #0580EC
Complementary color
Monochromatic Colors of #0580EC
Black with #0580EC
Text Example
Text Example
White with #0580EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0580EC; }
p { color: rgb(5,128,236); }
H1.HeaderClassName
{
color: #0580EC;
}
.AnyTagClassName
{
color: #0580EC;
}
</style>
background-color css
<style>
a { background-color: #0580EC; }
a { background-color: rgb(5,128,236); }
div.DivClassName
{
background-color: #0580EC;
}
.BgClassName
{
background-color: #0580EC;
}
</style>
border-color css
<style>
span { border-color: #0580EC; }
span { border-color: rgb(5,128,236); }
td.TdClassName
{
border-color: #0580EC;
}
.TagClassName
{
border-color: #0580EC;
}
</style>