Shades of Dodger Blue #0084EC
Tints of Dodger Blue #0084EC
RGB
CMYK
RGB Variations
Color information
#0084EC (or 0x0084EC) is known color: Dodger Blue. HEX triplet: 00, 84 and EC. RGB value is (0,132,236). Sum of RGB (Red+Green+Blue) = 0+132+236=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #0084EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0084EC is #FF7B13. Grayscale: #676767. Windows color (decimal): -16743188 or 15500288. OLE color: 15500288.
HSL color Cylindrical-coordinate representation of color #0084EC: hue angle of 206.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084EC is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 132 | 236 | - |
| CMYK | 1 | 0.44 | 0 | 0.07 |
| HSL | 206.44º | 1% | 0.46% | - |
| HSV(B) | 206.44º | 1% | 0.93% | - |
| XYZ | 23.39 | 22.56 | 82.48 | - |
| YUV | 104.39 | 202.27 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 236 | 1 | 0.44 | 0 | 0.07 | 206.44 | 1 | 0.46 |
| Hex | 0 | 84 | EC | 64 | 2C | 0 | 7 | CE | 64 | 2E |
| Octal | 0 | 204 | 354 | 144 | 54 | 0 | 7 | 316 | 144 | 56 |
| Binary | 0 | 10000100 | 11101100 | 1100100 | 101100 | 0 | 111 | 11001110 | 1100100 | 101110 |
Color Harmonies of #0084EC
Complementary color
Monochromatic Colors of #0084EC
Black with #0084EC
Text Example
Text Example
White with #0084EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084EC; }
p { color: rgb(0,132,236); }
H1.HeaderClassName
{
color: #0084EC;
}
.AnyTagClassName
{
color: #0084EC;
}
</style>
background-color css
<style>
a { background-color: #0084EC; }
a { background-color: rgb(0,132,236); }
div.DivClassName
{
background-color: #0084EC;
}
.BgClassName
{
background-color: #0084EC;
}
</style>
border-color css
<style>
span { border-color: #0084EC; }
span { border-color: rgb(0,132,236); }
td.TdClassName
{
border-color: #0084EC;
}
.TagClassName
{
border-color: #0084EC;
}
</style>