Shades of Royal Blue #2E7EE0
Tints of Royal Blue #2E7EE0
RGB
CMYK
RGB Variations
Color information
#2E7EE0 (or 0x2E7EE0) is known color: Royal Blue. HEX triplet: 2E, 7E and E0. RGB value is (46,126,224). Sum of RGB (Red+Green+Blue) = 46+126+224=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E7EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7EE0 is #D1811F. Grayscale: #707070. Windows color (decimal): -13730080 or 14712366. OLE color: 14712366.
HSL color Cylindrical-coordinate representation of color #2E7EE0: hue angle of 213.03º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E7EE0 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 126 | 224 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.12 |
| HSL | 213.03º | 0.74% | 0.53% | - |
| HSV(B) | 213.03º | 0.79% | 0.88% | - |
| XYZ | 22.04 | 20.88 | 73.39 | - |
| YUV | 113.25 | 190.5 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 224 | 0.79 | 0.44 | 0 | 0.12 | 213.03 | 0.74 | 0.53 |
| Hex | 2E | 7E | E0 | 4F | 2C | 0 | C | D5 | 4A | 35 |
| Octal | 56 | 176 | 340 | 117 | 54 | 0 | 14 | 325 | 112 | 65 |
| Binary | 101110 | 1111110 | 11100000 | 1001111 | 101100 | 0 | 1100 | 11010101 | 1001010 | 110101 |
Color Harmonies of #2E7EE0
Complementary color
Monochromatic Colors of #2E7EE0
Black with #2E7EE0
Text Example
Text Example
White with #2E7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7EE0; }
p { color: rgb(46,126,224); }
H1.HeaderClassName
{
color: #2E7EE0;
}
.AnyTagClassName
{
color: #2E7EE0;
}
</style>
background-color css
<style>
a { background-color: #2E7EE0; }
a { background-color: rgb(46,126,224); }
div.DivClassName
{
background-color: #2E7EE0;
}
.BgClassName
{
background-color: #2E7EE0;
}
</style>
border-color css
<style>
span { border-color: #2E7EE0; }
span { border-color: rgb(46,126,224); }
td.TdClassName
{
border-color: #2E7EE0;
}
.TagClassName
{
border-color: #2E7EE0;
}
</style>