Shades of Dodger Blue #077EF1
Tints of Dodger Blue #077EF1
RGB
CMYK
RGB Variations
Color information
#077EF1 (or 0x077EF1) is known color: Dodger Blue. HEX triplet: 07, 7E and F1. RGB value is (7,126,241). Sum of RGB (Red+Green+Blue) = 7+126+241=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #077EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077EF1 is #F8810E. Grayscale: #666666. Windows color (decimal): -16285967 or 15826439. OLE color: 15826439.
HSL color Cylindrical-coordinate representation of color #077EF1: hue angle of 209.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EF1 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 126 | 241 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.05 |
| HSL | 209.49º | 0.94% | 0.49% | - |
| HSV(B) | 209.49º | 0.97% | 0.95% | - |
| XYZ | 23.43 | 21.32 | 86.1 | - |
| YUV | 103.53 | 205.58 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 241 | 0.97 | 0.48 | 0 | 0.05 | 209.49 | 0.94 | 0.49 |
| Hex | 7 | 7E | F1 | 61 | 30 | 0 | 5 | D1 | 5E | 31 |
| Octal | 7 | 176 | 361 | 141 | 60 | 0 | 5 | 321 | 136 | 61 |
| Binary | 111 | 1111110 | 11110001 | 1100001 | 110000 | 0 | 101 | 11010001 | 1011110 | 110001 |
Color Harmonies of #077EF1
Complementary color
Monochromatic Colors of #077EF1
Black with #077EF1
Text Example
Text Example
White with #077EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EF1; }
p { color: rgb(7,126,241); }
H1.HeaderClassName
{
color: #077EF1;
}
.AnyTagClassName
{
color: #077EF1;
}
</style>
background-color css
<style>
a { background-color: #077EF1; }
a { background-color: rgb(7,126,241); }
div.DivClassName
{
background-color: #077EF1;
}
.BgClassName
{
background-color: #077EF1;
}
</style>
border-color css
<style>
span { border-color: #077EF1; }
span { border-color: rgb(7,126,241); }
td.TdClassName
{
border-color: #077EF1;
}
.TagClassName
{
border-color: #077EF1;
}
</style>