Shades of Dodger Blue #2777EC
Tints of Dodger Blue #2777EC
RGB
CMYK
RGB Variations
Color information
#2777EC (or 0x2777EC) is known color: Dodger Blue. HEX triplet: 27, 77 and EC. RGB value is (39,119,236). Sum of RGB (Red+Green+Blue) = 39+119+236=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #2777EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2777EC is #D88813. Grayscale: #6B6B6B. Windows color (decimal): -14190612 or 15496999. OLE color: 15496999.
HSL color Cylindrical-coordinate representation of color #2777EC: hue angle of 215.63º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2777EC is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 119 | 236 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.07 |
| HSL | 215.63º | 0.84% | 0.54% | - |
| HSV(B) | 215.63º | 0.83% | 0.93% | - |
| XYZ | 22.57 | 19.68 | 81.97 | - |
| YUV | 108.42 | 200 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 236 | 0.83 | 0.50 | 0 | 0.07 | 215.63 | 0.84 | 0.54 |
| Hex | 27 | 77 | EC | 53 | 32 | 0 | 7 | D8 | 54 | 36 |
| Octal | 47 | 167 | 354 | 123 | 62 | 0 | 7 | 330 | 124 | 66 |
| Binary | 100111 | 1110111 | 11101100 | 1010011 | 110010 | 0 | 111 | 11011000 | 1010100 | 110110 |
Color Harmonies of #2777EC
Complementary color
Monochromatic Colors of #2777EC
Black with #2777EC
Text Example
Text Example
White with #2777EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777EC; }
p { color: rgb(39,119,236); }
H1.HeaderClassName
{
color: #2777EC;
}
.AnyTagClassName
{
color: #2777EC;
}
</style>
background-color css
<style>
a { background-color: #2777EC; }
a { background-color: rgb(39,119,236); }
div.DivClassName
{
background-color: #2777EC;
}
.BgClassName
{
background-color: #2777EC;
}
</style>
border-color css
<style>
span { border-color: #2777EC; }
span { border-color: rgb(39,119,236); }
td.TdClassName
{
border-color: #2777EC;
}
.TagClassName
{
border-color: #2777EC;
}
</style>