Shades of Dodger Blue #0084EF
Tints of Dodger Blue #0084EF
RGB
CMYK
RGB Variations
Color information
#0084EF (or 0x0084EF) is known color: Dodger Blue. HEX triplet: 00, 84 and EF. RGB value is (0,132,239). Sum of RGB (Red+Green+Blue) = 0+132+239=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #0084EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0084EF is #FF7B10. Grayscale: #686868. Windows color (decimal): -16743185 or 15696896. OLE color: 15696896.
HSL color Cylindrical-coordinate representation of color #0084EF: hue angle of 206.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084EF is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 132 | 239 | - |
| CMYK | 1 | 0.45 | 0 | 0.06 |
| HSL | 206.86º | 1% | 0.47% | - |
| HSV(B) | 206.86º | 1% | 0.94% | - |
| XYZ | 23.83 | 22.73 | 84.79 | - |
| YUV | 104.73 | 203.77 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 239 | 1 | 0.45 | 0 | 0.06 | 206.86 | 1 | 0.47 |
| Hex | 0 | 84 | EF | 64 | 2D | 0 | 6 | CF | 64 | 2F |
| Octal | 0 | 204 | 357 | 144 | 55 | 0 | 6 | 317 | 144 | 57 |
| Binary | 0 | 10000100 | 11101111 | 1100100 | 101101 | 0 | 110 | 11001111 | 1100100 | 101111 |
Color Harmonies of #0084EF
Complementary color
Monochromatic Colors of #0084EF
Black with #0084EF
Text Example
Text Example
White with #0084EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084EF; }
p { color: rgb(0,132,239); }
H1.HeaderClassName
{
color: #0084EF;
}
.AnyTagClassName
{
color: #0084EF;
}
</style>
background-color css
<style>
a { background-color: #0084EF; }
a { background-color: rgb(0,132,239); }
div.DivClassName
{
background-color: #0084EF;
}
.BgClassName
{
background-color: #0084EF;
}
</style>
border-color css
<style>
span { border-color: #0084EF; }
span { border-color: rgb(0,132,239); }
td.TdClassName
{
border-color: #0084EF;
}
.TagClassName
{
border-color: #0084EF;
}
</style>