Shades of Dodger Blue #2077EB
Tints of Dodger Blue #2077EB
RGB
CMYK
RGB Variations
Color information
#2077EB (or 0x2077EB) is known color: Dodger Blue. HEX triplet: 20, 77 and EB. RGB value is (32,119,235). Sum of RGB (Red+Green+Blue) = 32+119+235=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #2077EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2077EB is #DF8814. Grayscale: #696969. Windows color (decimal): -14649365 or 15431456. OLE color: 15431456.
HSL color Cylindrical-coordinate representation of color #2077EB: hue angle of 214.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2077EB is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 119 | 235 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.08 |
| HSL | 214.29º | 0.84% | 0.52% | - |
| HSV(B) | 214.29º | 0.86% | 0.92% | - |
| XYZ | 22.19 | 19.5 | 81.19 | - |
| YUV | 106.21 | 200.68 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 235 | 0.86 | 0.49 | 0 | 0.08 | 214.29 | 0.84 | 0.52 |
| Hex | 20 | 77 | EB | 56 | 31 | 0 | 8 | D6 | 54 | 34 |
| Octal | 40 | 167 | 353 | 126 | 61 | 0 | 10 | 326 | 124 | 64 |
| Binary | 100000 | 1110111 | 11101011 | 1010110 | 110001 | 0 | 1000 | 11010110 | 1010100 | 110100 |
Color Harmonies of #2077EB
Complementary color
Monochromatic Colors of #2077EB
Black with #2077EB
Text Example
Text Example
White with #2077EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2077EB; }
p { color: rgb(32,119,235); }
H1.HeaderClassName
{
color: #2077EB;
}
.AnyTagClassName
{
color: #2077EB;
}
</style>
background-color css
<style>
a { background-color: #2077EB; }
a { background-color: rgb(32,119,235); }
div.DivClassName
{
background-color: #2077EB;
}
.BgClassName
{
background-color: #2077EB;
}
</style>
border-color css
<style>
span { border-color: #2077EB; }
span { border-color: rgb(32,119,235); }
td.TdClassName
{
border-color: #2077EB;
}
.TagClassName
{
border-color: #2077EB;
}
</style>