Shades of Dodger Blue #077EFF
Tints of Dodger Blue #077EFF
RGB
CMYK
RGB Variations
Color information
#077EFF (or 0x077EFF) is known color: Dodger Blue. HEX triplet: 07, 7E and FF. RGB value is (7,126,255). Sum of RGB (Red+Green+Blue) = 7+126+255=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #077EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077EFF is #F88100. Grayscale: #686868. Windows color (decimal): -16285953 or 16743943. OLE color: 16743943.
HSL color Cylindrical-coordinate representation of color #077EFF: hue angle of 211.21º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EFF is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 126 | 255 | - |
| CMYK | 0.97 | 0.51 | 0 | 0 |
| HSL | 211.21º | 1% | 0.51% | - |
| HSV(B) | 211.21º | 0.97% | 1% | - |
| XYZ | 25.6 | 22.19 | 97.54 | - |
| YUV | 105.13 | 212.58 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 255 | 0.97 | 0.51 | 0 | 0 | 211.21 | 1 | 0.51 |
| Hex | 7 | 7E | FF | 61 | 33 | 0 | 0 | D3 | 64 | 33 |
| Octal | 7 | 176 | 377 | 141 | 63 | 0 | 0 | 323 | 144 | 63 |
| Binary | 111 | 1111110 | 11111111 | 1100001 | 110011 | 0 | 0 | 11010011 | 1100100 | 110011 |
Color Harmonies of #077EFF
Complementary color
Monochromatic Colors of #077EFF
Black with #077EFF
Text Example
Text Example
White with #077EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EFF; }
p { color: rgb(7,126,255); }
H1.HeaderClassName
{
color: #077EFF;
}
.AnyTagClassName
{
color: #077EFF;
}
</style>
background-color css
<style>
a { background-color: #077EFF; }
a { background-color: rgb(7,126,255); }
div.DivClassName
{
background-color: #077EFF;
}
.BgClassName
{
background-color: #077EFF;
}
</style>
border-color css
<style>
span { border-color: #077EFF; }
span { border-color: rgb(7,126,255); }
td.TdClassName
{
border-color: #077EFF;
}
.TagClassName
{
border-color: #077EFF;
}
</style>