Shades of Royal Blue #2E7BE8
Tints of Royal Blue #2E7BE8
RGB
CMYK
RGB Variations
Color information
#2E7BE8 (or 0x2E7BE8) is known color: Royal Blue. HEX triplet: 2E, 7B and E8. RGB value is (46,123,232). Sum of RGB (Red+Green+Blue) = 46+123+232=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #2E7BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7BE8 is #D18417. Grayscale: #6F6F6F. Windows color (decimal): -13730840 or 15235886. OLE color: 15235886.
HSL color Cylindrical-coordinate representation of color #2E7BE8: hue angle of 215.16º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E7BE8 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 123 | 232 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.09 |
| HSL | 215.16º | 0.8% | 0.55% | - |
| HSV(B) | 215.16º | 0.8% | 0.91% | - |
| XYZ | 22.78 | 20.57 | 79.11 | - |
| YUV | 112.4 | 195.49 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 232 | 0.80 | 0.47 | 0 | 0.09 | 215.16 | 0.8 | 0.55 |
| Hex | 2E | 7B | E8 | 50 | 2F | 0 | 9 | D7 | 50 | 37 |
| Octal | 56 | 173 | 350 | 120 | 57 | 0 | 11 | 327 | 120 | 67 |
| Binary | 101110 | 1111011 | 11101000 | 1010000 | 101111 | 0 | 1001 | 11010111 | 1010000 | 110111 |
Color Harmonies of #2E7BE8
Complementary color
Monochromatic Colors of #2E7BE8
Black with #2E7BE8
Text Example
Text Example
White with #2E7BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BE8; }
p { color: rgb(46,123,232); }
H1.HeaderClassName
{
color: #2E7BE8;
}
.AnyTagClassName
{
color: #2E7BE8;
}
</style>
background-color css
<style>
a { background-color: #2E7BE8; }
a { background-color: rgb(46,123,232); }
div.DivClassName
{
background-color: #2E7BE8;
}
.BgClassName
{
background-color: #2E7BE8;
}
</style>
border-color css
<style>
span { border-color: #2E7BE8; }
span { border-color: rgb(46,123,232); }
td.TdClassName
{
border-color: #2E7BE8;
}
.TagClassName
{
border-color: #2E7BE8;
}
</style>