Shades of Royal Blue #2E5EDE
Tints of Royal Blue #2E5EDE
RGB
CMYK
RGB Variations
Color information
#2E5EDE (or 0x2E5EDE) is known color: Royal Blue. HEX triplet: 2E, 5E and DE. RGB value is (46,94,222). Sum of RGB (Red+Green+Blue) = 46+94+222=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E5EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5EDE is #D1A121. Grayscale: #5D5D5D. Windows color (decimal): -13738274 or 14573102. OLE color: 14573102.
HSL color Cylindrical-coordinate representation of color #2E5EDE: hue angle of 223.64º 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 #2E5EDE is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 94 | 222 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.13 |
| HSL | 223.64º | 0.73% | 0.53% | - |
| HSV(B) | 223.64º | 0.79% | 0.87% | - |
| XYZ | 18.31 | 13.86 | 70.82 | - |
| YUV | 94.24 | 200.1 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 94 | 222 | 0.79 | 0.58 | 0 | 0.13 | 223.64 | 0.73 | 0.53 |
| Hex | 2E | 5E | DE | 4F | 3A | 0 | D | E0 | 49 | 35 |
| Octal | 56 | 136 | 336 | 117 | 72 | 0 | 15 | 340 | 111 | 65 |
| Binary | 101110 | 1011110 | 11011110 | 1001111 | 111010 | 0 | 1101 | 11100000 | 1001001 | 110101 |
Color Harmonies of #2E5EDE
Complementary color
Monochromatic Colors of #2E5EDE
Black with #2E5EDE
Text Example
Text Example
White with #2E5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5EDE; }
p { color: rgb(46,94,222); }
H1.HeaderClassName
{
color: #2E5EDE;
}
.AnyTagClassName
{
color: #2E5EDE;
}
</style>
background-color css
<style>
a { background-color: #2E5EDE; }
a { background-color: rgb(46,94,222); }
div.DivClassName
{
background-color: #2E5EDE;
}
.BgClassName
{
background-color: #2E5EDE;
}
</style>
border-color css
<style>
span { border-color: #2E5EDE; }
span { border-color: rgb(46,94,222); }
td.TdClassName
{
border-color: #2E5EDE;
}
.TagClassName
{
border-color: #2E5EDE;
}
</style>