Shades of Royal Blue #2777EB
Tints of Royal Blue #2777EB
RGB
CMYK
RGB Variations
Color information
#2777EB (or 0x2777EB) is known color: Royal Blue. HEX triplet: 27, 77 and EB. RGB value is (39,119,235). Sum of RGB (Red+Green+Blue) = 39+119+235=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #2777EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2777EB is #D88814. Grayscale: #6B6B6B. Windows color (decimal): -14190613 or 15431463. OLE color: 15431463.
HSL color Cylindrical-coordinate representation of color #2777EB: hue angle of 215.51º degrees, saturation: 0.83, 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 #2777EB is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 119 | 235 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.08 |
| HSL | 215.51º | 0.83% | 0.54% | - |
| HSV(B) | 215.51º | 0.83% | 0.92% | - |
| XYZ | 22.43 | 19.62 | 81.2 | - |
| YUV | 108.3 | 199.5 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 235 | 0.83 | 0.49 | 0 | 0.08 | 215.51 | 0.83 | 0.54 |
| Hex | 27 | 77 | EB | 53 | 31 | 0 | 8 | D8 | 53 | 36 |
| Octal | 47 | 167 | 353 | 123 | 61 | 0 | 10 | 330 | 123 | 66 |
| Binary | 100111 | 1110111 | 11101011 | 1010011 | 110001 | 0 | 1000 | 11011000 | 1010011 | 110110 |
Color Harmonies of #2777EB
Complementary color
Monochromatic Colors of #2777EB
Black with #2777EB
Text Example
Text Example
White with #2777EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777EB; }
p { color: rgb(39,119,235); }
H1.HeaderClassName
{
color: #2777EB;
}
.AnyTagClassName
{
color: #2777EB;
}
</style>
background-color css
<style>
a { background-color: #2777EB; }
a { background-color: rgb(39,119,235); }
div.DivClassName
{
background-color: #2777EB;
}
.BgClassName
{
background-color: #2777EB;
}
</style>
border-color css
<style>
span { border-color: #2777EB; }
span { border-color: rgb(39,119,235); }
td.TdClassName
{
border-color: #2777EB;
}
.TagClassName
{
border-color: #2777EB;
}
</style>