Shades of Royal Blue #2877EB
Tints of Royal Blue #2877EB
RGB
CMYK
RGB Variations
Color information
#2877EB (or 0x2877EB) is known color: Royal Blue. HEX triplet: 28, 77 and EB. RGB value is (40,119,235). Sum of RGB (Red+Green+Blue) = 40+119+235=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #2877EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2877EB is #D78814. Grayscale: #6C6C6C. Windows color (decimal): -14125077 or 15431464. OLE color: 15431464.
HSL color Cylindrical-coordinate representation of color #2877EB: hue angle of 215.69º 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 #2877EB is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 119 | 235 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.08 |
| HSL | 215.69º | 0.83% | 0.54% | - |
| HSV(B) | 215.69º | 0.83% | 0.92% | - |
| XYZ | 22.47 | 19.64 | 81.2 | - |
| YUV | 108.6 | 199.33 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 235 | 0.83 | 0.49 | 0 | 0.08 | 215.69 | 0.83 | 0.54 |
| Hex | 28 | 77 | EB | 53 | 31 | 0 | 8 | D8 | 53 | 36 |
| Octal | 50 | 167 | 353 | 123 | 61 | 0 | 10 | 330 | 123 | 66 |
| Binary | 101000 | 1110111 | 11101011 | 1010011 | 110001 | 0 | 1000 | 11011000 | 1010011 | 110110 |
Color Harmonies of #2877EB
Complementary color
Monochromatic Colors of #2877EB
Black with #2877EB
Text Example
Text Example
White with #2877EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2877EB; }
p { color: rgb(40,119,235); }
H1.HeaderClassName
{
color: #2877EB;
}
.AnyTagClassName
{
color: #2877EB;
}
</style>
background-color css
<style>
a { background-color: #2877EB; }
a { background-color: rgb(40,119,235); }
div.DivClassName
{
background-color: #2877EB;
}
.BgClassName
{
background-color: #2877EB;
}
</style>
border-color css
<style>
span { border-color: #2877EB; }
span { border-color: rgb(40,119,235); }
td.TdClassName
{
border-color: #2877EB;
}
.TagClassName
{
border-color: #2877EB;
}
</style>