Shades of Dodger Blue #0584EC
Tints of Dodger Blue #0584EC
RGB
CMYK
RGB Variations
Color information
#0584EC (or 0x0584EC) is known color: Dodger Blue. HEX triplet: 05, 84 and EC. RGB value is (5,132,236). Sum of RGB (Red+Green+Blue) = 5+132+236=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #0584EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0584EC is #FA7B13. Grayscale: #696969. Windows color (decimal): -16415508 or 15500293. OLE color: 15500293.
HSL color Cylindrical-coordinate representation of color #0584EC: hue angle of 207.01º 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 #0584EC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 132 | 236 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.07 |
| HSL | 207.01º | 0.96% | 0.47% | - |
| HSV(B) | 207.01º | 0.98% | 0.93% | - |
| XYZ | 23.45 | 22.59 | 82.48 | - |
| YUV | 105.88 | 201.42 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 236 | 0.98 | 0.44 | 0 | 0.07 | 207.01 | 0.96 | 0.47 |
| Hex | 5 | 84 | EC | 62 | 2C | 0 | 7 | CF | 60 | 2F |
| Octal | 5 | 204 | 354 | 142 | 54 | 0 | 7 | 317 | 140 | 57 |
| Binary | 101 | 10000100 | 11101100 | 1100010 | 101100 | 0 | 111 | 11001111 | 1100000 | 101111 |
Color Harmonies of #0584EC
Complementary color
Monochromatic Colors of #0584EC
Black with #0584EC
Text Example
Text Example
White with #0584EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584EC; }
p { color: rgb(5,132,236); }
H1.HeaderClassName
{
color: #0584EC;
}
.AnyTagClassName
{
color: #0584EC;
}
</style>
background-color css
<style>
a { background-color: #0584EC; }
a { background-color: rgb(5,132,236); }
div.DivClassName
{
background-color: #0584EC;
}
.BgClassName
{
background-color: #0584EC;
}
</style>
border-color css
<style>
span { border-color: #0584EC; }
span { border-color: rgb(5,132,236); }
td.TdClassName
{
border-color: #0584EC;
}
.TagClassName
{
border-color: #0584EC;
}
</style>