Shades of Royal Blue #2777EA
Tints of Royal Blue #2777EA
RGB
CMYK
RGB Variations
Color information
#2777EA (or 0x2777EA) is known color: Royal Blue. HEX triplet: 27, 77 and EA. RGB value is (39,119,234). Sum of RGB (Red+Green+Blue) = 39+119+234=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #2777EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2777EA is #D88815. Grayscale: #6B6B6B. Windows color (decimal): -14190614 or 15365927. OLE color: 15365927.
HSL color Cylindrical-coordinate representation of color #2777EA: hue angle of 215.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2777EA is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 119 | 234 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.08 |
| HSL | 215.38º | 0.82% | 0.54% | - |
| HSV(B) | 215.38º | 0.83% | 0.92% | - |
| XYZ | 22.28 | 19.57 | 80.44 | - |
| YUV | 108.19 | 199 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 234 | 0.83 | 0.49 | 0 | 0.08 | 215.38 | 0.82 | 0.54 |
| Hex | 27 | 77 | EA | 53 | 31 | 0 | 8 | D7 | 52 | 36 |
| Octal | 47 | 167 | 352 | 123 | 61 | 0 | 10 | 327 | 122 | 66 |
| Binary | 100111 | 1110111 | 11101010 | 1010011 | 110001 | 0 | 1000 | 11010111 | 1010010 | 110110 |
Color Harmonies of #2777EA
Complementary color
Monochromatic Colors of #2777EA
Black with #2777EA
Text Example
Text Example
White with #2777EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777EA; }
p { color: rgb(39,119,234); }
H1.HeaderClassName
{
color: #2777EA;
}
.AnyTagClassName
{
color: #2777EA;
}
</style>
background-color css
<style>
a { background-color: #2777EA; }
a { background-color: rgb(39,119,234); }
div.DivClassName
{
background-color: #2777EA;
}
.BgClassName
{
background-color: #2777EA;
}
</style>
border-color css
<style>
span { border-color: #2777EA; }
span { border-color: rgb(39,119,234); }
td.TdClassName
{
border-color: #2777EA;
}
.TagClassName
{
border-color: #2777EA;
}
</style>