Shades of Dodger Blue #0084EE
Tints of Dodger Blue #0084EE
RGB
CMYK
RGB Variations
Color information
#0084EE (or 0x0084EE) is known color: Dodger Blue. HEX triplet: 00, 84 and EE. RGB value is (0,132,238). Sum of RGB (Red+Green+Blue) = 0+132+238=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #0084EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0084EE is #FF7B11. Grayscale: #686868. Windows color (decimal): -16743186 or 15631360. OLE color: 15631360.
HSL color Cylindrical-coordinate representation of color #0084EE: hue angle of 206.72º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084EE is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 132 | 238 | - |
| CMYK | 1 | 0.45 | 0 | 0.07 |
| HSL | 206.72º | 1% | 0.47% | - |
| HSV(B) | 206.72º | 1% | 0.93% | - |
| XYZ | 23.68 | 22.68 | 84.02 | - |
| YUV | 104.62 | 203.27 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 238 | 1 | 0.45 | 0 | 0.07 | 206.72 | 1 | 0.47 |
| Hex | 0 | 84 | EE | 64 | 2D | 0 | 7 | CF | 64 | 2F |
| Octal | 0 | 204 | 356 | 144 | 55 | 0 | 7 | 317 | 144 | 57 |
| Binary | 0 | 10000100 | 11101110 | 1100100 | 101101 | 0 | 111 | 11001111 | 1100100 | 101111 |
Color Harmonies of #0084EE
Complementary color
Monochromatic Colors of #0084EE
Black with #0084EE
Text Example
Text Example
White with #0084EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084EE; }
p { color: rgb(0,132,238); }
H1.HeaderClassName
{
color: #0084EE;
}
.AnyTagClassName
{
color: #0084EE;
}
</style>
background-color css
<style>
a { background-color: #0084EE; }
a { background-color: rgb(0,132,238); }
div.DivClassName
{
background-color: #0084EE;
}
.BgClassName
{
background-color: #0084EE;
}
</style>
border-color css
<style>
span { border-color: #0084EE; }
span { border-color: rgb(0,132,238); }
td.TdClassName
{
border-color: #0084EE;
}
.TagClassName
{
border-color: #0084EE;
}
</style>