Shades of Royal Blue #2E5BEE
Tints of Royal Blue #2E5BEE
RGB
CMYK
RGB Variations
Color information
#2E5BEE (or 0x2E5BEE) is known color: Royal Blue. HEX triplet: 2E, 5B and EE. RGB value is (46,91,238). Sum of RGB (Red+Green+Blue) = 46+91+238=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E5BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5BEE is #D1A411. Grayscale: #5D5D5D. Windows color (decimal): -13739026 or 15620910. OLE color: 15620910.
HSL color Cylindrical-coordinate representation of color #2E5BEE: hue angle of 225.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 #2E5BEE is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 91 | 238 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.07 |
| HSL | 225.94º | 0.85% | 0.56% | - |
| HSV(B) | 225.94º | 0.81% | 0.93% | - |
| XYZ | 20.3 | 14.24 | 82.57 | - |
| YUV | 94.3 | 209.09 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 238 | 0.81 | 0.62 | 0 | 0.07 | 225.94 | 0.85 | 0.56 |
| Hex | 2E | 5B | EE | 51 | 3E | 0 | 7 | E2 | 55 | 38 |
| Octal | 56 | 133 | 356 | 121 | 76 | 0 | 7 | 342 | 125 | 70 |
| Binary | 101110 | 1011011 | 11101110 | 1010001 | 111110 | 0 | 111 | 11100010 | 1010101 | 111000 |
Color Harmonies of #2E5BEE
Complementary color
Monochromatic Colors of #2E5BEE
Black with #2E5BEE
Text Example
Text Example
White with #2E5BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5BEE; }
p { color: rgb(46,91,238); }
H1.HeaderClassName
{
color: #2E5BEE;
}
.AnyTagClassName
{
color: #2E5BEE;
}
</style>
background-color css
<style>
a { background-color: #2E5BEE; }
a { background-color: rgb(46,91,238); }
div.DivClassName
{
background-color: #2E5BEE;
}
.BgClassName
{
background-color: #2E5BEE;
}
</style>
border-color css
<style>
span { border-color: #2E5BEE; }
span { border-color: rgb(46,91,238); }
td.TdClassName
{
border-color: #2E5BEE;
}
.TagClassName
{
border-color: #2E5BEE;
}
</style>