Shades of Royal Blue #2E7BEE
Tints of Royal Blue #2E7BEE
RGB
CMYK
RGB Variations
Color information
#2E7BEE (or 0x2E7BEE) is known color: Royal Blue. HEX triplet: 2E, 7B and EE. RGB value is (46,123,238). Sum of RGB (Red+Green+Blue) = 46+123+238=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E7BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7BEE is #D18411. Grayscale: #707070. Windows color (decimal): -13730834 or 15629102. OLE color: 15629102.
HSL color Cylindrical-coordinate representation of color #2E7BEE: hue angle of 215.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7BEE is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 123 | 238 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.07 |
| HSL | 215.94º | 0.85% | 0.56% | - |
| HSV(B) | 215.94º | 0.81% | 0.93% | - |
| XYZ | 23.64 | 20.92 | 83.68 | - |
| YUV | 113.09 | 198.49 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 238 | 0.81 | 0.48 | 0 | 0.07 | 215.94 | 0.85 | 0.56 |
| Hex | 2E | 7B | EE | 51 | 30 | 0 | 7 | D8 | 55 | 38 |
| Octal | 56 | 173 | 356 | 121 | 60 | 0 | 7 | 330 | 125 | 70 |
| Binary | 101110 | 1111011 | 11101110 | 1010001 | 110000 | 0 | 111 | 11011000 | 1010101 | 111000 |
Color Harmonies of #2E7BEE
Complementary color
Monochromatic Colors of #2E7BEE
Black with #2E7BEE
Text Example
Text Example
White with #2E7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BEE; }
p { color: rgb(46,123,238); }
H1.HeaderClassName
{
color: #2E7BEE;
}
.AnyTagClassName
{
color: #2E7BEE;
}
</style>
background-color css
<style>
a { background-color: #2E7BEE; }
a { background-color: rgb(46,123,238); }
div.DivClassName
{
background-color: #2E7BEE;
}
.BgClassName
{
background-color: #2E7BEE;
}
</style>
border-color css
<style>
span { border-color: #2E7BEE; }
span { border-color: rgb(46,123,238); }
td.TdClassName
{
border-color: #2E7BEE;
}
.TagClassName
{
border-color: #2E7BEE;
}
</style>