Shades of Dodger Blue #2077E6
Tints of Dodger Blue #2077E6
RGB
CMYK
RGB Variations
Color information
#2077E6 (or 0x2077E6) is known color: Dodger Blue. HEX triplet: 20, 77 and E6. RGB value is (32,119,230). Sum of RGB (Red+Green+Blue) = 32+119+230=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 230 (90.23% from 255 or 60.37% from 381); Max value from RGB is 230 - color contains mainly: blue. Hex color #2077E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2077E6 is #DF8819. Grayscale: #696969. Windows color (decimal): -14649370 or 15103776. OLE color: 15103776.
HSL color Cylindrical-coordinate representation of color #2077E6: hue angle of 213.64º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2077E6 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 119 | 230 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.10 |
| HSL | 213.64º | 0.8% | 0.51% | - |
| HSV(B) | 213.64º | 0.86% | 0.9% | - |
| XYZ | 21.48 | 19.21 | 77.44 | - |
| YUV | 105.64 | 198.18 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 230 | 0.86 | 0.48 | 0 | 0.10 | 213.64 | 0.8 | 0.51 |
| Hex | 20 | 77 | E6 | 56 | 30 | 0 | A | D6 | 50 | 33 |
| Octal | 40 | 167 | 346 | 126 | 60 | 0 | 12 | 326 | 120 | 63 |
| Binary | 100000 | 1110111 | 11100110 | 1010110 | 110000 | 0 | 1010 | 11010110 | 1010000 | 110011 |
Color Harmonies of #2077E6
Complementary color
Monochromatic Colors of #2077E6
Black with #2077E6
Text Example
Text Example
White with #2077E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2077E6; }
p { color: rgb(32,119,230); }
H1.HeaderClassName
{
color: #2077E6;
}
.AnyTagClassName
{
color: #2077E6;
}
</style>
background-color css
<style>
a { background-color: #2077E6; }
a { background-color: rgb(32,119,230); }
div.DivClassName
{
background-color: #2077E6;
}
.BgClassName
{
background-color: #2077E6;
}
</style>
border-color css
<style>
span { border-color: #2077E6; }
span { border-color: rgb(32,119,230); }
td.TdClassName
{
border-color: #2077E6;
}
.TagClassName
{
border-color: #2077E6;
}
</style>