Shades of Royal Blue #2E5ADE
Tints of Royal Blue #2E5ADE
RGB
CMYK
RGB Variations
Color information
#2E5ADE (or 0x2E5ADE) is known color: Royal Blue. HEX triplet: 2E, 5A and DE. RGB value is (46,90,222). Sum of RGB (Red+Green+Blue) = 46+90+222=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E5ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5ADE is #D1A521. Grayscale: #5B5B5B. Windows color (decimal): -13739298 or 14572078. OLE color: 14572078.
HSL color Cylindrical-coordinate representation of color #2E5ADE: hue angle of 225º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E5ADE is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 90 | 222 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.13 |
| HSL | 225º | 0.73% | 0.53% | - |
| HSV(B) | 225º | 0.79% | 0.87% | - |
| XYZ | 17.97 | 13.17 | 70.7 | - |
| YUV | 91.89 | 201.42 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 222 | 0.79 | 0.59 | 0 | 0.13 | 225 | 0.73 | 0.53 |
| Hex | 2E | 5A | DE | 4F | 3B | 0 | D | E1 | 49 | 35 |
| Octal | 56 | 132 | 336 | 117 | 73 | 0 | 15 | 341 | 111 | 65 |
| Binary | 101110 | 1011010 | 11011110 | 1001111 | 111011 | 0 | 1101 | 11100001 | 1001001 | 110101 |
Color Harmonies of #2E5ADE
Complementary color
Monochromatic Colors of #2E5ADE
Black with #2E5ADE
Text Example
Text Example
White with #2E5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5ADE; }
p { color: rgb(46,90,222); }
H1.HeaderClassName
{
color: #2E5ADE;
}
.AnyTagClassName
{
color: #2E5ADE;
}
</style>
background-color css
<style>
a { background-color: #2E5ADE; }
a { background-color: rgb(46,90,222); }
div.DivClassName
{
background-color: #2E5ADE;
}
.BgClassName
{
background-color: #2E5ADE;
}
</style>
border-color css
<style>
span { border-color: #2E5ADE; }
span { border-color: rgb(46,90,222); }
td.TdClassName
{
border-color: #2E5ADE;
}
.TagClassName
{
border-color: #2E5ADE;
}
</style>