Shades of Dodger Blue #0780EE
Tints of Dodger Blue #0780EE
RGB
CMYK
RGB Variations
Color information
#0780EE (or 0x0780EE) is known color: Dodger Blue. HEX triplet: 07, 80 and EE. RGB value is (7,128,238). Sum of RGB (Red+Green+Blue) = 7+128+238=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #0780EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0780EE is #F87F11. Grayscale: #676767. Windows color (decimal): -16285458 or 15630343. OLE color: 15630343.
HSL color Cylindrical-coordinate representation of color #0780EE: hue angle of 208.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0780EE is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 128 | 238 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.07 |
| HSL | 208.57º | 0.94% | 0.48% | - |
| HSV(B) | 208.57º | 0.97% | 0.93% | - |
| XYZ | 23.24 | 21.66 | 83.84 | - |
| YUV | 104.36 | 203.41 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 238 | 0.97 | 0.46 | 0 | 0.07 | 208.57 | 0.94 | 0.48 |
| Hex | 7 | 80 | EE | 61 | 2E | 0 | 7 | D1 | 5E | 30 |
| Octal | 7 | 200 | 356 | 141 | 56 | 0 | 7 | 321 | 136 | 60 |
| Binary | 111 | 10000000 | 11101110 | 1100001 | 101110 | 0 | 111 | 11010001 | 1011110 | 110000 |
Color Harmonies of #0780EE
Complementary color
Monochromatic Colors of #0780EE
Black with #0780EE
Text Example
Text Example
White with #0780EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0780EE; }
p { color: rgb(7,128,238); }
H1.HeaderClassName
{
color: #0780EE;
}
.AnyTagClassName
{
color: #0780EE;
}
</style>
background-color css
<style>
a { background-color: #0780EE; }
a { background-color: rgb(7,128,238); }
div.DivClassName
{
background-color: #0780EE;
}
.BgClassName
{
background-color: #0780EE;
}
</style>
border-color css
<style>
span { border-color: #0780EE; }
span { border-color: rgb(7,128,238); }
td.TdClassName
{
border-color: #0780EE;
}
.TagClassName
{
border-color: #0780EE;
}
</style>