Shades of Dodger Blue #077EE8
Tints of Dodger Blue #077EE8
RGB
CMYK
RGB Variations
Color information
#077EE8 (or 0x077EE8) is known color: Dodger Blue. HEX triplet: 07, 7E and E8. RGB value is (7,126,232). Sum of RGB (Red+Green+Blue) = 7+126+232=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 232 (91.02% from 255 or 63.56% from 365); Max value from RGB is 232 - color contains mainly: blue. Hex color #077EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077EE8 is #F88117. Grayscale: #656565. Windows color (decimal): -16285976 or 15236615. OLE color: 15236615.
HSL color Cylindrical-coordinate representation of color #077EE8: hue angle of 208.27º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EE8 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 126 | 232 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.09 |
| HSL | 208.27º | 0.94% | 0.47% | - |
| HSV(B) | 208.27º | 0.97% | 0.91% | - |
| XYZ | 22.11 | 20.79 | 79.19 | - |
| YUV | 102.5 | 201.08 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 232 | 0.97 | 0.46 | 0 | 0.09 | 208.27 | 0.94 | 0.47 |
| Hex | 7 | 7E | E8 | 61 | 2E | 0 | 9 | D0 | 5E | 2F |
| Octal | 7 | 176 | 350 | 141 | 56 | 0 | 11 | 320 | 136 | 57 |
| Binary | 111 | 1111110 | 11101000 | 1100001 | 101110 | 0 | 1001 | 11010000 | 1011110 | 101111 |
Color Harmonies of #077EE8
Complementary color
Monochromatic Colors of #077EE8
Black with #077EE8
Text Example
Text Example
White with #077EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EE8; }
p { color: rgb(7,126,232); }
H1.HeaderClassName
{
color: #077EE8;
}
.AnyTagClassName
{
color: #077EE8;
}
</style>
background-color css
<style>
a { background-color: #077EE8; }
a { background-color: rgb(7,126,232); }
div.DivClassName
{
background-color: #077EE8;
}
.BgClassName
{
background-color: #077EE8;
}
</style>
border-color css
<style>
span { border-color: #077EE8; }
span { border-color: rgb(7,126,232); }
td.TdClassName
{
border-color: #077EE8;
}
.TagClassName
{
border-color: #077EE8;
}
</style>