Shades of Royal Blue #2E7CE6
Tints of Royal Blue #2E7CE6
RGB
CMYK
RGB Variations
Color information
#2E7CE6 (or 0x2E7CE6) is known color: Royal Blue. HEX triplet: 2E, 7C and E6. RGB value is (46,124,230). Sum of RGB (Red+Green+Blue) = 46+124+230=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 230 (90.23% from 255 or 57.5% from 400); Max value from RGB is 230 - color contains mainly: blue. Hex color #2E7CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7CE6 is #D18319. Grayscale: #707070. Windows color (decimal): -13730586 or 15105070. OLE color: 15105070.
HSL color Cylindrical-coordinate representation of color #2E7CE6: hue angle of 214.57º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E7CE6 is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 124 | 230 | - |
| CMYK | 0.8 | 0.46 | 0 | 0.10 |
| HSL | 214.57º | 0.79% | 0.54% | - |
| HSV(B) | 214.57º | 0.8% | 0.9% | - |
| XYZ | 22.62 | 20.71 | 77.67 | - |
| YUV | 112.76 | 194.16 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 230 | 0.8 | 0.46 | 0 | 0.10 | 214.57 | 0.79 | 0.54 |
| Hex | 2E | 7C | E6 | 50 | 2E | 0 | A | D7 | 4F | 36 |
| Octal | 56 | 174 | 346 | 120 | 56 | 0 | 12 | 327 | 117 | 66 |
| Binary | 101110 | 1111100 | 11100110 | 1010000 | 101110 | 0 | 1010 | 11010111 | 1001111 | 110110 |
Color Harmonies of #2E7CE6
Complementary color
Monochromatic Colors of #2E7CE6
Black with #2E7CE6
Text Example
Text Example
White with #2E7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7CE6; }
p { color: rgb(46,124,230); }
H1.HeaderClassName
{
color: #2E7CE6;
}
.AnyTagClassName
{
color: #2E7CE6;
}
</style>
background-color css
<style>
a { background-color: #2E7CE6; }
a { background-color: rgb(46,124,230); }
div.DivClassName
{
background-color: #2E7CE6;
}
.BgClassName
{
background-color: #2E7CE6;
}
</style>
border-color css
<style>
span { border-color: #2E7CE6; }
span { border-color: rgb(46,124,230); }
td.TdClassName
{
border-color: #2E7CE6;
}
.TagClassName
{
border-color: #2E7CE6;
}
</style>