Shades of Royal Blue #2E51E7
Tints of Royal Blue #2E51E7
RGB
CMYK
RGB Variations
Color information
#2E51E7 (or 0x2E51E7) is known color: Royal Blue. HEX triplet: 2E, 51 and E7. RGB value is (46,81,231). Sum of RGB (Red+Green+Blue) = 46+81+231=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #2E51E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E51E7 is #D1AE18. Grayscale: #575757. Windows color (decimal): -13741593 or 15159598. OLE color: 15159598.
HSL color Cylindrical-coordinate representation of color #2E51E7: hue angle of 228.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E51E7 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 81 | 231 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.09 |
| HSL | 228.65º | 0.79% | 0.54% | - |
| HSV(B) | 228.65º | 0.8% | 0.91% | - |
| XYZ | 18.49 | 12.24 | 76.99 | - |
| YUV | 87.64 | 208.9 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 231 | 0.80 | 0.65 | 0 | 0.09 | 228.65 | 0.79 | 0.54 |
| Hex | 2E | 51 | E7 | 50 | 41 | 0 | 9 | E5 | 4F | 36 |
| Octal | 56 | 121 | 347 | 120 | 101 | 0 | 11 | 345 | 117 | 66 |
| Binary | 101110 | 1010001 | 11100111 | 1010000 | 1000001 | 0 | 1001 | 11100101 | 1001111 | 110110 |
Color Harmonies of #2E51E7
Complementary color
Monochromatic Colors of #2E51E7
Black with #2E51E7
Text Example
Text Example
White with #2E51E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E51E7; }
p { color: rgb(46,81,231); }
H1.HeaderClassName
{
color: #2E51E7;
}
.AnyTagClassName
{
color: #2E51E7;
}
</style>
background-color css
<style>
a { background-color: #2E51E7; }
a { background-color: rgb(46,81,231); }
div.DivClassName
{
background-color: #2E51E7;
}
.BgClassName
{
background-color: #2E51E7;
}
</style>
border-color css
<style>
span { border-color: #2E51E7; }
span { border-color: rgb(46,81,231); }
td.TdClassName
{
border-color: #2E51E7;
}
.TagClassName
{
border-color: #2E51E7;
}
</style>