Shades of Dodger Blue #2777EE
Tints of Dodger Blue #2777EE
RGB
CMYK
RGB Variations
Color information
#2777EE (or 0x2777EE) is known color: Dodger Blue. HEX triplet: 27, 77 and EE. RGB value is (39,119,238). Sum of RGB (Red+Green+Blue) = 39+119+238=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #2777EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2777EE is #D88811. Grayscale: #6C6C6C. Windows color (decimal): -14190610 or 15628071. OLE color: 15628071.
HSL color Cylindrical-coordinate representation of color #2777EE: hue angle of 215.88º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2777EE is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 119 | 238 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.07 |
| HSL | 215.88º | 0.85% | 0.54% | - |
| HSV(B) | 215.88º | 0.84% | 0.93% | - |
| XYZ | 22.87 | 19.8 | 83.51 | - |
| YUV | 108.65 | 201 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 238 | 0.84 | 0.50 | 0 | 0.07 | 215.88 | 0.85 | 0.54 |
| Hex | 27 | 77 | EE | 54 | 32 | 0 | 7 | D8 | 55 | 36 |
| Octal | 47 | 167 | 356 | 124 | 62 | 0 | 7 | 330 | 125 | 66 |
| Binary | 100111 | 1110111 | 11101110 | 1010100 | 110010 | 0 | 111 | 11011000 | 1010101 | 110110 |
Color Harmonies of #2777EE
Complementary color
Monochromatic Colors of #2777EE
Black with #2777EE
Text Example
Text Example
White with #2777EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777EE; }
p { color: rgb(39,119,238); }
H1.HeaderClassName
{
color: #2777EE;
}
.AnyTagClassName
{
color: #2777EE;
}
</style>
background-color css
<style>
a { background-color: #2777EE; }
a { background-color: rgb(39,119,238); }
div.DivClassName
{
background-color: #2777EE;
}
.BgClassName
{
background-color: #2777EE;
}
</style>
border-color css
<style>
span { border-color: #2777EE; }
span { border-color: rgb(39,119,238); }
td.TdClassName
{
border-color: #2777EE;
}
.TagClassName
{
border-color: #2777EE;
}
</style>