Shades of Dodger Blue #0580EA
Tints of Dodger Blue #0580EA
RGB
CMYK
RGB Variations
Color information
#0580EA (or 0x0580EA) is known color: Dodger Blue. HEX triplet: 05, 80 and EA. RGB value is (5,128,234). Sum of RGB (Red+Green+Blue) = 5+128+234=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #0580EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0580EA is #FA7F15. Grayscale: #666666. Windows color (decimal): -16416534 or 15368197. OLE color: 15368197.
HSL color Cylindrical-coordinate representation of color #0580EA: hue angle of 207.77º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0580EA is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 128 | 234 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.08 |
| HSL | 207.77º | 0.96% | 0.47% | - |
| HSV(B) | 207.77º | 0.98% | 0.92% | - |
| XYZ | 22.63 | 21.41 | 80.78 | - |
| YUV | 103.31 | 201.75 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 234 | 0.98 | 0.45 | 0 | 0.08 | 207.77 | 0.96 | 0.47 |
| Hex | 5 | 80 | EA | 62 | 2D | 0 | 8 | D0 | 60 | 2F |
| Octal | 5 | 200 | 352 | 142 | 55 | 0 | 10 | 320 | 140 | 57 |
| Binary | 101 | 10000000 | 11101010 | 1100010 | 101101 | 0 | 1000 | 11010000 | 1100000 | 101111 |
Color Harmonies of #0580EA
Complementary color
Monochromatic Colors of #0580EA
Black with #0580EA
Text Example
Text Example
White with #0580EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0580EA; }
p { color: rgb(5,128,234); }
H1.HeaderClassName
{
color: #0580EA;
}
.AnyTagClassName
{
color: #0580EA;
}
</style>
background-color css
<style>
a { background-color: #0580EA; }
a { background-color: rgb(5,128,234); }
div.DivClassName
{
background-color: #0580EA;
}
.BgClassName
{
background-color: #0580EA;
}
</style>
border-color css
<style>
span { border-color: #0580EA; }
span { border-color: rgb(5,128,234); }
td.TdClassName
{
border-color: #0580EA;
}
.TagClassName
{
border-color: #0580EA;
}
</style>