Shades of Royal Blue #2E55EC
Tints of Royal Blue #2E55EC
RGB
CMYK
RGB Variations
Color information
#2E55EC (or 0x2E55EC) is known color: Royal Blue. HEX triplet: 2E, 55 and EC. RGB value is (46,85,236). Sum of RGB (Red+Green+Blue) = 46+85+236=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E55EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E55EC is #D1AA13. Grayscale: #595959. Windows color (decimal): -13740564 or 15488302. OLE color: 15488302.
HSL color Cylindrical-coordinate representation of color #2E55EC: hue angle of 227.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E55EC is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 85 | 236 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.07 |
| HSL | 227.68º | 0.83% | 0.55% | - |
| HSV(B) | 227.68º | 0.81% | 0.93% | - |
| XYZ | 19.52 | 13.13 | 80.86 | - |
| YUV | 90.55 | 210.08 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 236 | 0.81 | 0.64 | 0 | 0.07 | 227.68 | 0.83 | 0.55 |
| Hex | 2E | 55 | EC | 51 | 40 | 0 | 7 | E4 | 53 | 37 |
| Octal | 56 | 125 | 354 | 121 | 100 | 0 | 7 | 344 | 123 | 67 |
| Binary | 101110 | 1010101 | 11101100 | 1010001 | 1000000 | 0 | 111 | 11100100 | 1010011 | 110111 |
Color Harmonies of #2E55EC
Complementary color
Monochromatic Colors of #2E55EC
Black with #2E55EC
Text Example
Text Example
White with #2E55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E55EC; }
p { color: rgb(46,85,236); }
H1.HeaderClassName
{
color: #2E55EC;
}
.AnyTagClassName
{
color: #2E55EC;
}
</style>
background-color css
<style>
a { background-color: #2E55EC; }
a { background-color: rgb(46,85,236); }
div.DivClassName
{
background-color: #2E55EC;
}
.BgClassName
{
background-color: #2E55EC;
}
</style>
border-color css
<style>
span { border-color: #2E55EC; }
span { border-color: rgb(46,85,236); }
td.TdClassName
{
border-color: #2E55EC;
}
.TagClassName
{
border-color: #2E55EC;
}
</style>