Shades of Royal Blue #2E7EE8
Tints of Royal Blue #2E7EE8
RGB
CMYK
RGB Variations
Color information
#2E7EE8 (or 0x2E7EE8) is known color: Royal Blue. HEX triplet: 2E, 7E and E8. RGB value is (46,126,232). Sum of RGB (Red+Green+Blue) = 46+126+232=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #2E7EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7EE8 is #D18117. Grayscale: #717171. Windows color (decimal): -13730072 or 15236654. OLE color: 15236654.
HSL color Cylindrical-coordinate representation of color #2E7EE8: hue angle of 214.19º 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 #2E7EE8 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 126 | 232 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.09 |
| HSL | 214.19º | 0.8% | 0.55% | - |
| HSV(B) | 214.19º | 0.8% | 0.91% | - |
| XYZ | 23.15 | 21.33 | 79.24 | - |
| YUV | 114.16 | 194.5 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 232 | 0.80 | 0.46 | 0 | 0.09 | 214.19 | 0.8 | 0.55 |
| Hex | 2E | 7E | E8 | 50 | 2E | 0 | 9 | D6 | 50 | 37 |
| Octal | 56 | 176 | 350 | 120 | 56 | 0 | 11 | 326 | 120 | 67 |
| Binary | 101110 | 1111110 | 11101000 | 1010000 | 101110 | 0 | 1001 | 11010110 | 1010000 | 110111 |
Color Harmonies of #2E7EE8
Complementary color
Monochromatic Colors of #2E7EE8
Black with #2E7EE8
Text Example
Text Example
White with #2E7EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7EE8; }
p { color: rgb(46,126,232); }
H1.HeaderClassName
{
color: #2E7EE8;
}
.AnyTagClassName
{
color: #2E7EE8;
}
</style>
background-color css
<style>
a { background-color: #2E7EE8; }
a { background-color: rgb(46,126,232); }
div.DivClassName
{
background-color: #2E7EE8;
}
.BgClassName
{
background-color: #2E7EE8;
}
</style>
border-color css
<style>
span { border-color: #2E7EE8; }
span { border-color: rgb(46,126,232); }
td.TdClassName
{
border-color: #2E7EE8;
}
.TagClassName
{
border-color: #2E7EE8;
}
</style>