Shades of Royal Blue #2876E4
Tints of Royal Blue #2876E4
RGB
CMYK
RGB Variations
Color information
#2876E4 (or 0x2876E4) is known color: Royal Blue. HEX triplet: 28, 76 and E4. RGB value is (40,118,228). Sum of RGB (Red+Green+Blue) = 40+118+228=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #2876E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2876E4 is #D7891B. Grayscale: #6A6A6A. Windows color (decimal): -14125340 or 14972456. OLE color: 14972456.
HSL color Cylindrical-coordinate representation of color #2876E4: hue angle of 215.11º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2876E4 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 118 | 228 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.11 |
| HSL | 215.11º | 0.78% | 0.53% | - |
| HSV(B) | 215.11º | 0.82% | 0.89% | - |
| XYZ | 21.36 | 19.01 | 75.94 | - |
| YUV | 107.22 | 196.16 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 228 | 0.82 | 0.48 | 0 | 0.11 | 215.11 | 0.78 | 0.53 |
| Hex | 28 | 76 | E4 | 52 | 30 | 0 | B | D7 | 4E | 35 |
| Octal | 50 | 166 | 344 | 122 | 60 | 0 | 13 | 327 | 116 | 65 |
| Binary | 101000 | 1110110 | 11100100 | 1010010 | 110000 | 0 | 1011 | 11010111 | 1001110 | 110101 |
Color Harmonies of #2876E4
Complementary color
Monochromatic Colors of #2876E4
Black with #2876E4
Text Example
Text Example
White with #2876E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2876E4; }
p { color: rgb(40,118,228); }
H1.HeaderClassName
{
color: #2876E4;
}
.AnyTagClassName
{
color: #2876E4;
}
</style>
background-color css
<style>
a { background-color: #2876E4; }
a { background-color: rgb(40,118,228); }
div.DivClassName
{
background-color: #2876E4;
}
.BgClassName
{
background-color: #2876E4;
}
</style>
border-color css
<style>
span { border-color: #2876E4; }
span { border-color: rgb(40,118,228); }
td.TdClassName
{
border-color: #2876E4;
}
.TagClassName
{
border-color: #2876E4;
}
</style>