Shades of Dodger Blue #2077FE
Tints of Dodger Blue #2077FE
RGB
CMYK
RGB Variations
Color information
#2077FE (or 0x2077FE) is known color: Dodger Blue. HEX triplet: 20, 77 and FE. RGB value is (32,119,254). Sum of RGB (Red+Green+Blue) = 32+119+254=405 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.90% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #2077FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2077FE is #DF8801. Grayscale: #6B6B6B. Windows color (decimal): -14649346 or 16676640. OLE color: 16676640.
HSL color Cylindrical-coordinate representation of color #2077FE: hue angle of 216.49º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2077FE is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 119 | 254 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.00 |
| HSL | 216.49º | 0.99% | 0.56% | - |
| HSV(B) | 216.49º | 0.87% | 1% | - |
| XYZ | 25.08 | 20.66 | 96.43 | - |
| YUV | 108.38 | 210.18 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 254 | 0.87 | 0.53 | 0 | 0.00 | 216.49 | 0.99 | 0.56 |
| Hex | 20 | 77 | FE | 57 | 35 | 0 | 0 | D8 | 63 | 38 |
| Octal | 40 | 167 | 376 | 127 | 65 | 0 | 0 | 330 | 143 | 70 |
| Binary | 100000 | 1110111 | 11111110 | 1010111 | 110101 | 0 | 0 | 11011000 | 1100011 | 111000 |
Color Harmonies of #2077FE
Complementary color
Monochromatic Colors of #2077FE
Black with #2077FE
Text Example
Text Example
White with #2077FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2077FE; }
p { color: rgb(32,119,254); }
H1.HeaderClassName
{
color: #2077FE;
}
.AnyTagClassName
{
color: #2077FE;
}
</style>
background-color css
<style>
a { background-color: #2077FE; }
a { background-color: rgb(32,119,254); }
div.DivClassName
{
background-color: #2077FE;
}
.BgClassName
{
background-color: #2077FE;
}
</style>
border-color css
<style>
span { border-color: #2077FE; }
span { border-color: rgb(32,119,254); }
td.TdClassName
{
border-color: #2077FE;
}
.TagClassName
{
border-color: #2077FE;
}
</style>