Shades of Dodger Blue #077EEE
Tints of Dodger Blue #077EEE
RGB
CMYK
RGB Variations
Color information
#077EEE (or 0x077EEE) is known color: Dodger Blue. HEX triplet: 07, 7E and EE. RGB value is (7,126,238). Sum of RGB (Red+Green+Blue) = 7+126+238=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #077EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077EEE is #F88111. Grayscale: #666666. Windows color (decimal): -16285970 or 15629831. OLE color: 15629831.
HSL color Cylindrical-coordinate representation of color #077EEE: hue angle of 209.09º 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 #077EEE is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 126 | 238 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.07 |
| HSL | 209.09º | 0.94% | 0.48% | - |
| HSV(B) | 209.09º | 0.97% | 0.93% | - |
| XYZ | 22.98 | 21.14 | 83.76 | - |
| YUV | 103.19 | 204.08 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 238 | 0.97 | 0.47 | 0 | 0.07 | 209.09 | 0.94 | 0.48 |
| Hex | 7 | 7E | EE | 61 | 2F | 0 | 7 | D1 | 5E | 30 |
| Octal | 7 | 176 | 356 | 141 | 57 | 0 | 7 | 321 | 136 | 60 |
| Binary | 111 | 1111110 | 11101110 | 1100001 | 101111 | 0 | 111 | 11010001 | 1011110 | 110000 |
Color Harmonies of #077EEE
Complementary color
Monochromatic Colors of #077EEE
Black with #077EEE
Text Example
Text Example
White with #077EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EEE; }
p { color: rgb(7,126,238); }
H1.HeaderClassName
{
color: #077EEE;
}
.AnyTagClassName
{
color: #077EEE;
}
</style>
background-color css
<style>
a { background-color: #077EEE; }
a { background-color: rgb(7,126,238); }
div.DivClassName
{
background-color: #077EEE;
}
.BgClassName
{
background-color: #077EEE;
}
</style>
border-color css
<style>
span { border-color: #077EEE; }
span { border-color: rgb(7,126,238); }
td.TdClassName
{
border-color: #077EEE;
}
.TagClassName
{
border-color: #077EEE;
}
</style>