Shades of Dodger Blue #0080EF
Tints of Dodger Blue #0080EF
RGB
CMYK
RGB Variations
Color information
#0080EF (or 0x0080EF) is known color: Dodger Blue. HEX triplet: 00, 80 and EF. RGB value is (0,128,239). Sum of RGB (Red+Green+Blue) = 0+128+239=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #0080EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0080EF is #FF7F10. Grayscale: #656565. Windows color (decimal): -16744209 or 15695872. OLE color: 15695872.
HSL color Cylindrical-coordinate representation of color #0080EF: hue angle of 207.87º 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 #0080EF is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 128 | 239 | - |
| CMYK | 1 | 0.46 | 0 | 0.06 |
| HSL | 207.87º | 1% | 0.47% | - |
| HSV(B) | 207.87º | 1% | 0.94% | - |
| XYZ | 23.3 | 21.67 | 84.62 | - |
| YUV | 102.38 | 205.09 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 239 | 1 | 0.46 | 0 | 0.06 | 207.87 | 1 | 0.47 |
| Hex | 0 | 80 | EF | 64 | 2E | 0 | 6 | D0 | 64 | 2F |
| Octal | 0 | 200 | 357 | 144 | 56 | 0 | 6 | 320 | 144 | 57 |
| Binary | 0 | 10000000 | 11101111 | 1100100 | 101110 | 0 | 110 | 11010000 | 1100100 | 101111 |
Color Harmonies of #0080EF
Complementary color
Monochromatic Colors of #0080EF
Black with #0080EF
Text Example
Text Example
White with #0080EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080EF; }
p { color: rgb(0,128,239); }
H1.HeaderClassName
{
color: #0080EF;
}
.AnyTagClassName
{
color: #0080EF;
}
</style>
background-color css
<style>
a { background-color: #0080EF; }
a { background-color: rgb(0,128,239); }
div.DivClassName
{
background-color: #0080EF;
}
.BgClassName
{
background-color: #0080EF;
}
</style>
border-color css
<style>
span { border-color: #0080EF; }
span { border-color: rgb(0,128,239); }
td.TdClassName
{
border-color: #0080EF;
}
.TagClassName
{
border-color: #0080EF;
}
</style>