Shades of Dodger Blue #0084EA
Tints of Dodger Blue #0084EA
RGB
CMYK
RGB Variations
Color information
#0084EA (or 0x0084EA) is known color: Dodger Blue. HEX triplet: 00, 84 and EA. RGB value is (0,132,234). Sum of RGB (Red+Green+Blue) = 0+132+234=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #0084EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0084EA is #FF7B15. Grayscale: #676767. Windows color (decimal): -16743190 or 15369216. OLE color: 15369216.
HSL color Cylindrical-coordinate representation of color #0084EA: hue angle of 206.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084EA is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 132 | 234 | - |
| CMYK | 1 | 0.44 | 0 | 0.08 |
| HSL | 206.15º | 1% | 0.46% | - |
| HSV(B) | 206.15º | 1% | 0.92% | - |
| XYZ | 23.1 | 22.44 | 80.96 | - |
| YUV | 104.16 | 201.27 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 234 | 1 | 0.44 | 0 | 0.08 | 206.15 | 1 | 0.46 |
| Hex | 0 | 84 | EA | 64 | 2C | 0 | 8 | CE | 64 | 2E |
| Octal | 0 | 204 | 352 | 144 | 54 | 0 | 10 | 316 | 144 | 56 |
| Binary | 0 | 10000100 | 11101010 | 1100100 | 101100 | 0 | 1000 | 11001110 | 1100100 | 101110 |
Color Harmonies of #0084EA
Complementary color
Monochromatic Colors of #0084EA
Black with #0084EA
Text Example
Text Example
White with #0084EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084EA; }
p { color: rgb(0,132,234); }
H1.HeaderClassName
{
color: #0084EA;
}
.AnyTagClassName
{
color: #0084EA;
}
</style>
background-color css
<style>
a { background-color: #0084EA; }
a { background-color: rgb(0,132,234); }
div.DivClassName
{
background-color: #0084EA;
}
.BgClassName
{
background-color: #0084EA;
}
</style>
border-color css
<style>
span { border-color: #0084EA; }
span { border-color: rgb(0,132,234); }
td.TdClassName
{
border-color: #0084EA;
}
.TagClassName
{
border-color: #0084EA;
}
</style>