Shades of Dodger Blue #0080FE
Tints of Dodger Blue #0080FE
RGB
CMYK
RGB Variations
Color information
#0080FE (or 0x0080FE) is known color: Dodger Blue. HEX triplet: 00, 80 and FE. RGB value is (0,128,254). Sum of RGB (Red+Green+Blue) = 0+128+254=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #0080FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0080FE is #FF7F01. Grayscale: #676767. Windows color (decimal): -16744194 or 16678912. OLE color: 16678912.
HSL color Cylindrical-coordinate representation of color #0080FE: hue angle of 209.76º 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 #0080FE is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 128 | 254 | - |
| CMYK | 1 | 0.50 | 0 | 0.00 |
| HSL | 209.76º | 1% | 0.5% | - |
| HSV(B) | 209.76º | 1% | 1% | - |
| XYZ | 25.61 | 22.59 | 96.78 | - |
| YUV | 104.09 | 212.59 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 254 | 1 | 0.50 | 0 | 0.00 | 209.76 | 1 | 0.5 |
| Hex | 0 | 80 | FE | 64 | 32 | 0 | 0 | D2 | 64 | 32 |
| Octal | 0 | 200 | 376 | 144 | 62 | 0 | 0 | 322 | 144 | 62 |
| Binary | 0 | 10000000 | 11111110 | 1100100 | 110010 | 0 | 0 | 11010010 | 1100100 | 110010 |
Color Harmonies of #0080FE
Complementary color
Monochromatic Colors of #0080FE
Black with #0080FE
Text Example
Text Example
White with #0080FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080FE; }
p { color: rgb(0,128,254); }
H1.HeaderClassName
{
color: #0080FE;
}
.AnyTagClassName
{
color: #0080FE;
}
</style>
background-color css
<style>
a { background-color: #0080FE; }
a { background-color: rgb(0,128,254); }
div.DivClassName
{
background-color: #0080FE;
}
.BgClassName
{
background-color: #0080FE;
}
</style>
border-color css
<style>
span { border-color: #0080FE; }
span { border-color: rgb(0,128,254); }
td.TdClassName
{
border-color: #0080FE;
}
.TagClassName
{
border-color: #0080FE;
}
</style>