Shades of Royal Blue #2E56ED
Tints of Royal Blue #2E56ED
RGB
CMYK
RGB Variations
Color information
#2E56ED (or 0x2E56ED) is known color: Royal Blue. HEX triplet: 2E, 56 and ED. RGB value is (46,86,237). Sum of RGB (Red+Green+Blue) = 46+86+237=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E56ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E56ED is #D1A912. Grayscale: #5A5A5A. Windows color (decimal): -13740307 or 15554094. OLE color: 15554094.
HSL color Cylindrical-coordinate representation of color #2E56ED: hue angle of 227.43º degrees, saturation: 0.84, 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 #2E56ED is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 86 | 237 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.07 |
| HSL | 227.43º | 0.84% | 0.55% | - |
| HSV(B) | 227.43º | 0.81% | 0.93% | - |
| XYZ | 19.74 | 13.35 | 81.66 | - |
| YUV | 91.25 | 210.25 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 237 | 0.81 | 0.64 | 0 | 0.07 | 227.43 | 0.84 | 0.55 |
| Hex | 2E | 56 | ED | 51 | 40 | 0 | 7 | E3 | 54 | 37 |
| Octal | 56 | 126 | 355 | 121 | 100 | 0 | 7 | 343 | 124 | 67 |
| Binary | 101110 | 1010110 | 11101101 | 1010001 | 1000000 | 0 | 111 | 11100011 | 1010100 | 110111 |
Color Harmonies of #2E56ED
Complementary color
Monochromatic Colors of #2E56ED
Black with #2E56ED
Text Example
Text Example
White with #2E56ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E56ED; }
p { color: rgb(46,86,237); }
H1.HeaderClassName
{
color: #2E56ED;
}
.AnyTagClassName
{
color: #2E56ED;
}
</style>
background-color css
<style>
a { background-color: #2E56ED; }
a { background-color: rgb(46,86,237); }
div.DivClassName
{
background-color: #2E56ED;
}
.BgClassName
{
background-color: #2E56ED;
}
</style>
border-color css
<style>
span { border-color: #2E56ED; }
span { border-color: rgb(46,86,237); }
td.TdClassName
{
border-color: #2E56ED;
}
.TagClassName
{
border-color: #2E56ED;
}
</style>