Shades of Royal Blue #2E5DEE
Tints of Royal Blue #2E5DEE
RGB
CMYK
RGB Variations
Color information
#2E5DEE (or 0x2E5DEE) is known color: Royal Blue. HEX triplet: 2E, 5D and EE. RGB value is (46,93,238). Sum of RGB (Red+Green+Blue) = 46+93+238=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E5DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5DEE is #D1A211. Grayscale: #5E5E5E. Windows color (decimal): -13738514 or 15621422. OLE color: 15621422.
HSL color Cylindrical-coordinate representation of color #2E5DEE: hue angle of 225.31º 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 #2E5DEE is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 93 | 238 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.07 |
| HSL | 225.31º | 0.85% | 0.56% | - |
| HSV(B) | 225.31º | 0.81% | 0.93% | - |
| XYZ | 20.47 | 14.58 | 82.62 | - |
| YUV | 95.48 | 208.43 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 238 | 0.81 | 0.61 | 0 | 0.07 | 225.31 | 0.85 | 0.56 |
| Hex | 2E | 5D | EE | 51 | 3D | 0 | 7 | E1 | 55 | 38 |
| Octal | 56 | 135 | 356 | 121 | 75 | 0 | 7 | 341 | 125 | 70 |
| Binary | 101110 | 1011101 | 11101110 | 1010001 | 111101 | 0 | 111 | 11100001 | 1010101 | 111000 |
Color Harmonies of #2E5DEE
Complementary color
Monochromatic Colors of #2E5DEE
Black with #2E5DEE
Text Example
Text Example
White with #2E5DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5DEE; }
p { color: rgb(46,93,238); }
H1.HeaderClassName
{
color: #2E5DEE;
}
.AnyTagClassName
{
color: #2E5DEE;
}
</style>
background-color css
<style>
a { background-color: #2E5DEE; }
a { background-color: rgb(46,93,238); }
div.DivClassName
{
background-color: #2E5DEE;
}
.BgClassName
{
background-color: #2E5DEE;
}
</style>
border-color css
<style>
span { border-color: #2E5DEE; }
span { border-color: rgb(46,93,238); }
td.TdClassName
{
border-color: #2E5DEE;
}
.TagClassName
{
border-color: #2E5DEE;
}
</style>