Shades of Dodger Blue #0582E9
Tints of Dodger Blue #0582E9
RGB
CMYK
RGB Variations
Color information
#0582E9 (or 0x0582E9) is known color: Dodger Blue. HEX triplet: 05, 82 and E9. RGB value is (5,130,233). Sum of RGB (Red+Green+Blue) = 5+130+233=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #0582E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0582E9 is #FA7D16. Grayscale: #676767. Windows color (decimal): -16416023 or 15303173. OLE color: 15303173.
HSL color Cylindrical-coordinate representation of color #0582E9: hue angle of 207.11º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0582E9 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 130 | 233 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.09 |
| HSL | 207.11º | 0.96% | 0.47% | - |
| HSV(B) | 207.11º | 0.98% | 0.91% | - |
| XYZ | 22.75 | 21.88 | 80.11 | - |
| YUV | 104.37 | 200.59 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 233 | 0.98 | 0.44 | 0 | 0.09 | 207.11 | 0.96 | 0.47 |
| Hex | 5 | 82 | E9 | 62 | 2C | 0 | 9 | CF | 60 | 2F |
| Octal | 5 | 202 | 351 | 142 | 54 | 0 | 11 | 317 | 140 | 57 |
| Binary | 101 | 10000010 | 11101001 | 1100010 | 101100 | 0 | 1001 | 11001111 | 1100000 | 101111 |
Color Harmonies of #0582E9
Complementary color
Monochromatic Colors of #0582E9
Black with #0582E9
Text Example
Text Example
White with #0582E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0582E9; }
p { color: rgb(5,130,233); }
H1.HeaderClassName
{
color: #0582E9;
}
.AnyTagClassName
{
color: #0582E9;
}
</style>
background-color css
<style>
a { background-color: #0582E9; }
a { background-color: rgb(5,130,233); }
div.DivClassName
{
background-color: #0582E9;
}
.BgClassName
{
background-color: #0582E9;
}
</style>
border-color css
<style>
span { border-color: #0582E9; }
span { border-color: rgb(5,130,233); }
td.TdClassName
{
border-color: #0582E9;
}
.TagClassName
{
border-color: #0582E9;
}
</style>