Shades of Royal Blue #2877EC
Tints of Royal Blue #2877EC
RGB
CMYK
RGB Variations
Color information
#2877EC (or 0x2877EC) is known color: Royal Blue. HEX triplet: 28, 77 and EC. RGB value is (40,119,236). Sum of RGB (Red+Green+Blue) = 40+119+236=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #2877EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2877EC is #D78813. Grayscale: #6C6C6C. Windows color (decimal): -14125076 or 15497000. OLE color: 15497000.
HSL color Cylindrical-coordinate representation of color #2877EC: hue angle of 215.82º 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 #2877EC is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 119 | 236 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.07 |
| HSL | 215.82º | 0.84% | 0.54% | - |
| HSV(B) | 215.82º | 0.83% | 0.93% | - |
| XYZ | 22.61 | 19.7 | 81.97 | - |
| YUV | 108.72 | 199.83 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 236 | 0.83 | 0.50 | 0 | 0.07 | 215.82 | 0.84 | 0.54 |
| Hex | 28 | 77 | EC | 53 | 32 | 0 | 7 | D8 | 54 | 36 |
| Octal | 50 | 167 | 354 | 123 | 62 | 0 | 7 | 330 | 124 | 66 |
| Binary | 101000 | 1110111 | 11101100 | 1010011 | 110010 | 0 | 111 | 11011000 | 1010100 | 110110 |
Color Harmonies of #2877EC
Complementary color
Monochromatic Colors of #2877EC
Black with #2877EC
Text Example
Text Example
White with #2877EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2877EC; }
p { color: rgb(40,119,236); }
H1.HeaderClassName
{
color: #2877EC;
}
.AnyTagClassName
{
color: #2877EC;
}
</style>
background-color css
<style>
a { background-color: #2877EC; }
a { background-color: rgb(40,119,236); }
div.DivClassName
{
background-color: #2877EC;
}
.BgClassName
{
background-color: #2877EC;
}
</style>
border-color css
<style>
span { border-color: #2877EC; }
span { border-color: rgb(40,119,236); }
td.TdClassName
{
border-color: #2877EC;
}
.TagClassName
{
border-color: #2877EC;
}
</style>