Shades of Royal Blue #2871E5
Tints of Royal Blue #2871E5
RGB
CMYK
RGB Variations
Color information
#2871E5 (or 0x2871E5) is known color: Royal Blue. HEX triplet: 28, 71 and E5. RGB value is (40,113,229). Sum of RGB (Red+Green+Blue) = 40+113+229=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #2871E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2871E5 is #D78E1A. Grayscale: #676767. Windows color (decimal): -14126619 or 15036712. OLE color: 15036712.
HSL color Cylindrical-coordinate representation of color #2871E5: hue angle of 216.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2871E5 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 113 | 229 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.10 |
| HSL | 216.83º | 0.78% | 0.53% | - |
| HSV(B) | 216.83º | 0.83% | 0.9% | - |
| XYZ | 20.92 | 17.92 | 76.48 | - |
| YUV | 104.4 | 198.32 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 229 | 0.83 | 0.51 | 0 | 0.10 | 216.83 | 0.78 | 0.53 |
| Hex | 28 | 71 | E5 | 53 | 33 | 0 | A | D9 | 4E | 35 |
| Octal | 50 | 161 | 345 | 123 | 63 | 0 | 12 | 331 | 116 | 65 |
| Binary | 101000 | 1110001 | 11100101 | 1010011 | 110011 | 0 | 1010 | 11011001 | 1001110 | 110101 |
Color Harmonies of #2871E5
Complementary color
Monochromatic Colors of #2871E5
Black with #2871E5
Text Example
Text Example
White with #2871E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2871E5; }
p { color: rgb(40,113,229); }
H1.HeaderClassName
{
color: #2871E5;
}
.AnyTagClassName
{
color: #2871E5;
}
</style>
background-color css
<style>
a { background-color: #2871E5; }
a { background-color: rgb(40,113,229); }
div.DivClassName
{
background-color: #2871E5;
}
.BgClassName
{
background-color: #2871E5;
}
</style>
border-color css
<style>
span { border-color: #2871E5; }
span { border-color: rgb(40,113,229); }
td.TdClassName
{
border-color: #2871E5;
}
.TagClassName
{
border-color: #2871E5;
}
</style>