Shades of Dodger Blue #0084FE
Tints of Dodger Blue #0084FE
RGB
CMYK
RGB Variations
Color information
#0084FE (or 0x0084FE) is known color: Dodger Blue. HEX triplet: 00, 84 and FE. RGB value is (0,132,254). Sum of RGB (Red+Green+Blue) = 0+132+254=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #0084FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0084FE is #FF7B01. Grayscale: #696969. Windows color (decimal): -16743170 or 16679936. OLE color: 16679936.
HSL color Cylindrical-coordinate representation of color #0084FE: hue angle of 208.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084FE is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 132 | 254 | - |
| CMYK | 1 | 0.48 | 0 | 0.00 |
| HSL | 208.82º | 1% | 0.5% | - |
| HSV(B) | 208.82º | 1% | 1% | - |
| XYZ | 26.14 | 23.66 | 96.95 | - |
| YUV | 106.44 | 211.27 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 254 | 1 | 0.48 | 0 | 0.00 | 208.82 | 1 | 0.5 |
| Hex | 0 | 84 | FE | 64 | 30 | 0 | 0 | D1 | 64 | 32 |
| Octal | 0 | 204 | 376 | 144 | 60 | 0 | 0 | 321 | 144 | 62 |
| Binary | 0 | 10000100 | 11111110 | 1100100 | 110000 | 0 | 0 | 11010001 | 1100100 | 110010 |
Color Harmonies of #0084FE
Complementary color
Monochromatic Colors of #0084FE
Black with #0084FE
Text Example
Text Example
White with #0084FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084FE; }
p { color: rgb(0,132,254); }
H1.HeaderClassName
{
color: #0084FE;
}
.AnyTagClassName
{
color: #0084FE;
}
</style>
background-color css
<style>
a { background-color: #0084FE; }
a { background-color: rgb(0,132,254); }
div.DivClassName
{
background-color: #0084FE;
}
.BgClassName
{
background-color: #0084FE;
}
</style>
border-color css
<style>
span { border-color: #0084FE; }
span { border-color: rgb(0,132,254); }
td.TdClassName
{
border-color: #0084FE;
}
.TagClassName
{
border-color: #0084FE;
}
</style>