Shades of Dodger Blue #0482EC
Tints of Dodger Blue #0482EC
RGB
CMYK
RGB Variations
Color information
#0482EC (or 0x0482EC) is known color: Dodger Blue. HEX triplet: 04, 82 and EC. RGB value is (4,130,236). Sum of RGB (Red+Green+Blue) = 4+130+236=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #0482EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0482EC is #FB7D13. Grayscale: #676767. Windows color (decimal): -16481556 or 15499780. OLE color: 15499780.
HSL color Cylindrical-coordinate representation of color #0482EC: hue angle of 207.41º degrees, saturation: 0.97, 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 #0482EC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 130 | 236 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.07 |
| HSL | 207.41º | 0.97% | 0.47% | - |
| HSV(B) | 207.41º | 0.98% | 0.93% | - |
| XYZ | 23.17 | 22.05 | 82.39 | - |
| YUV | 104.41 | 202.26 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 236 | 0.98 | 0.45 | 0 | 0.07 | 207.41 | 0.97 | 0.47 |
| Hex | 4 | 82 | EC | 62 | 2D | 0 | 7 | CF | 61 | 2F |
| Octal | 4 | 202 | 354 | 142 | 55 | 0 | 7 | 317 | 141 | 57 |
| Binary | 100 | 10000010 | 11101100 | 1100010 | 101101 | 0 | 111 | 11001111 | 1100001 | 101111 |
Color Harmonies of #0482EC
Complementary color
Monochromatic Colors of #0482EC
Black with #0482EC
Text Example
Text Example
White with #0482EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0482EC; }
p { color: rgb(4,130,236); }
H1.HeaderClassName
{
color: #0482EC;
}
.AnyTagClassName
{
color: #0482EC;
}
</style>
background-color css
<style>
a { background-color: #0482EC; }
a { background-color: rgb(4,130,236); }
div.DivClassName
{
background-color: #0482EC;
}
.BgClassName
{
background-color: #0482EC;
}
</style>
border-color css
<style>
span { border-color: #0482EC; }
span { border-color: rgb(4,130,236); }
td.TdClassName
{
border-color: #0482EC;
}
.TagClassName
{
border-color: #0482EC;
}
</style>