Shades of Royal Blue #2870E5
Tints of Royal Blue #2870E5
RGB
CMYK
RGB Variations
Color information
#2870E5 (or 0x2870E5) is known color: Royal Blue. HEX triplet: 28, 70 and E5. RGB value is (40,112,229). Sum of RGB (Red+Green+Blue) = 40+112+229=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #2870E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2870E5 is #D78F1A. Grayscale: #676767. Windows color (decimal): -14126875 or 15036456. OLE color: 15036456.
HSL color Cylindrical-coordinate representation of color #2870E5: hue angle of 217.14º 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 #2870E5 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 112 | 229 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.10 |
| HSL | 217.14º | 0.78% | 0.53% | - |
| HSV(B) | 217.14º | 0.83% | 0.9% | - |
| XYZ | 20.81 | 17.7 | 76.45 | - |
| YUV | 103.81 | 198.65 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 229 | 0.83 | 0.51 | 0 | 0.10 | 217.14 | 0.78 | 0.53 |
| Hex | 28 | 70 | E5 | 53 | 33 | 0 | A | D9 | 4E | 35 |
| Octal | 50 | 160 | 345 | 123 | 63 | 0 | 12 | 331 | 116 | 65 |
| Binary | 101000 | 1110000 | 11100101 | 1010011 | 110011 | 0 | 1010 | 11011001 | 1001110 | 110101 |
Color Harmonies of #2870E5
Complementary color
Monochromatic Colors of #2870E5
Black with #2870E5
Text Example
Text Example
White with #2870E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870E5; }
p { color: rgb(40,112,229); }
H1.HeaderClassName
{
color: #2870E5;
}
.AnyTagClassName
{
color: #2870E5;
}
</style>
background-color css
<style>
a { background-color: #2870E5; }
a { background-color: rgb(40,112,229); }
div.DivClassName
{
background-color: #2870E5;
}
.BgClassName
{
background-color: #2870E5;
}
</style>
border-color css
<style>
span { border-color: #2870E5; }
span { border-color: rgb(40,112,229); }
td.TdClassName
{
border-color: #2870E5;
}
.TagClassName
{
border-color: #2870E5;
}
</style>