Shades of Dodger Blue #077EFD
Tints of Dodger Blue #077EFD
RGB
CMYK
RGB Variations
Color information
#077EFD (or 0x077EFD) is known color: Dodger Blue. HEX triplet: 07, 7E and FD. RGB value is (7,126,253). Sum of RGB (Red+Green+Blue) = 7+126+253=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #077EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077EFD is #F88102. Grayscale: #686868. Windows color (decimal): -16285955 or 16612871. OLE color: 16612871.
HSL color Cylindrical-coordinate representation of color #077EFD: hue angle of 210.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EFD is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 126 | 253 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.01 |
| HSL | 210.98º | 0.98% | 0.51% | - |
| HSV(B) | 210.98º | 0.97% | 0.99% | - |
| XYZ | 25.28 | 22.06 | 95.85 | - |
| YUV | 104.9 | 211.58 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 253 | 0.97 | 0.50 | 0 | 0.01 | 210.98 | 0.98 | 0.51 |
| Hex | 7 | 7E | FD | 61 | 32 | 0 | 1 | D3 | 62 | 33 |
| Octal | 7 | 176 | 375 | 141 | 62 | 0 | 1 | 323 | 142 | 63 |
| Binary | 111 | 1111110 | 11111101 | 1100001 | 110010 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #077EFD
Complementary color
Monochromatic Colors of #077EFD
Black with #077EFD
Text Example
Text Example
White with #077EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EFD; }
p { color: rgb(7,126,253); }
H1.HeaderClassName
{
color: #077EFD;
}
.AnyTagClassName
{
color: #077EFD;
}
</style>
background-color css
<style>
a { background-color: #077EFD; }
a { background-color: rgb(7,126,253); }
div.DivClassName
{
background-color: #077EFD;
}
.BgClassName
{
background-color: #077EFD;
}
</style>
border-color css
<style>
span { border-color: #077EFD; }
span { border-color: rgb(7,126,253); }
td.TdClassName
{
border-color: #077EFD;
}
.TagClassName
{
border-color: #077EFD;
}
</style>