Shades of Royal Blue #2871E8
Tints of Royal Blue #2871E8
RGB
CMYK
RGB Variations
Color information
#2871E8 (or 0x2871E8) is known color: Royal Blue. HEX triplet: 28, 71 and E8. RGB value is (40,113,232). Sum of RGB (Red+Green+Blue) = 40+113+232=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 232 (91.02% from 255 or 60.26% from 385); Max value from RGB is 232 - color contains mainly: blue. Hex color #2871E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2871E8 is #D78E17. Grayscale: #686868. Windows color (decimal): -14126616 or 15233320. OLE color: 15233320.
HSL color Cylindrical-coordinate representation of color #2871E8: hue angle of 217.19º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2871E8 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 113 | 232 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.09 |
| HSL | 217.19º | 0.81% | 0.53% | - |
| HSV(B) | 217.19º | 0.83% | 0.91% | - |
| XYZ | 21.35 | 18.09 | 78.71 | - |
| YUV | 104.74 | 199.82 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 232 | 0.83 | 0.51 | 0 | 0.09 | 217.19 | 0.81 | 0.53 |
| Hex | 28 | 71 | E8 | 53 | 33 | 0 | 9 | D9 | 51 | 35 |
| Octal | 50 | 161 | 350 | 123 | 63 | 0 | 11 | 331 | 121 | 65 |
| Binary | 101000 | 1110001 | 11101000 | 1010011 | 110011 | 0 | 1001 | 11011001 | 1010001 | 110101 |
Color Harmonies of #2871E8
Complementary color
Monochromatic Colors of #2871E8
Black with #2871E8
Text Example
Text Example
White with #2871E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2871E8; }
p { color: rgb(40,113,232); }
H1.HeaderClassName
{
color: #2871E8;
}
.AnyTagClassName
{
color: #2871E8;
}
</style>
background-color css
<style>
a { background-color: #2871E8; }
a { background-color: rgb(40,113,232); }
div.DivClassName
{
background-color: #2871E8;
}
.BgClassName
{
background-color: #2871E8;
}
</style>
border-color css
<style>
span { border-color: #2871E8; }
span { border-color: rgb(40,113,232); }
td.TdClassName
{
border-color: #2871E8;
}
.TagClassName
{
border-color: #2871E8;
}
</style>