Shades of Dodger Blue #077EFE
Tints of Dodger Blue #077EFE
RGB
CMYK
RGB Variations
Color information
#077EFE (or 0x077EFE) is known color: Dodger Blue. HEX triplet: 07, 7E and FE. RGB value is (7,126,254). Sum of RGB (Red+Green+Blue) = 7+126+254=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #077EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077EFE is #F88101. Grayscale: #686868. Windows color (decimal): -16285954 or 16678407. OLE color: 16678407.
HSL color Cylindrical-coordinate representation of color #077EFE: hue angle of 211.09º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EFE is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 126 | 254 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.00 |
| HSL | 211.09º | 0.99% | 0.51% | - |
| HSV(B) | 211.09º | 0.97% | 1% | - |
| XYZ | 25.44 | 22.12 | 96.7 | - |
| YUV | 105.01 | 212.08 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 254 | 0.97 | 0.50 | 0 | 0.00 | 211.09 | 0.99 | 0.51 |
| Hex | 7 | 7E | FE | 61 | 32 | 0 | 0 | D3 | 63 | 33 |
| Octal | 7 | 176 | 376 | 141 | 62 | 0 | 0 | 323 | 143 | 63 |
| Binary | 111 | 1111110 | 11111110 | 1100001 | 110010 | 0 | 0 | 11010011 | 1100011 | 110011 |
Color Harmonies of #077EFE
Complementary color
Monochromatic Colors of #077EFE
Black with #077EFE
Text Example
Text Example
White with #077EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EFE; }
p { color: rgb(7,126,254); }
H1.HeaderClassName
{
color: #077EFE;
}
.AnyTagClassName
{
color: #077EFE;
}
</style>
background-color css
<style>
a { background-color: #077EFE; }
a { background-color: rgb(7,126,254); }
div.DivClassName
{
background-color: #077EFE;
}
.BgClassName
{
background-color: #077EFE;
}
</style>
border-color css
<style>
span { border-color: #077EFE; }
span { border-color: rgb(7,126,254); }
td.TdClassName
{
border-color: #077EFE;
}
.TagClassName
{
border-color: #077EFE;
}
</style>