Shades of Royal Blue #2E5EDD
Tints of Royal Blue #2E5EDD
RGB
CMYK
RGB Variations
Color information
#2E5EDD (or 0x2E5EDD) is known color: Royal Blue. HEX triplet: 2E, 5E and DD. RGB value is (46,94,221). Sum of RGB (Red+Green+Blue) = 46+94+221=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E5EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5EDD is #D1A122. Grayscale: #5D5D5D. Windows color (decimal): -13738275 or 14507566. OLE color: 14507566.
HSL color Cylindrical-coordinate representation of color #2E5EDD: hue angle of 223.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E5EDD is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 94 | 221 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.13 |
| HSL | 223.54º | 0.72% | 0.52% | - |
| HSV(B) | 223.54º | 0.79% | 0.87% | - |
| XYZ | 18.18 | 13.81 | 70.11 | - |
| YUV | 94.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 94 | 221 | 0.79 | 0.57 | 0 | 0.13 | 223.54 | 0.72 | 0.52 |
| Hex | 2E | 5E | DD | 4F | 39 | 0 | D | E0 | 48 | 34 |
| Octal | 56 | 136 | 335 | 117 | 71 | 0 | 15 | 340 | 110 | 64 |
| Binary | 101110 | 1011110 | 11011101 | 1001111 | 111001 | 0 | 1101 | 11100000 | 1001000 | 110100 |
Color Harmonies of #2E5EDD
Complementary color
Monochromatic Colors of #2E5EDD
Black with #2E5EDD
Text Example
Text Example
White with #2E5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5EDD; }
p { color: rgb(46,94,221); }
H1.HeaderClassName
{
color: #2E5EDD;
}
.AnyTagClassName
{
color: #2E5EDD;
}
</style>
background-color css
<style>
a { background-color: #2E5EDD; }
a { background-color: rgb(46,94,221); }
div.DivClassName
{
background-color: #2E5EDD;
}
.BgClassName
{
background-color: #2E5EDD;
}
</style>
border-color css
<style>
span { border-color: #2E5EDD; }
span { border-color: rgb(46,94,221); }
td.TdClassName
{
border-color: #2E5EDD;
}
.TagClassName
{
border-color: #2E5EDD;
}
</style>