Shades of Royal Blue #2E5BDE
Tints of Royal Blue #2E5BDE
RGB
CMYK
RGB Variations
Color information
#2E5BDE (or 0x2E5BDE) is known color: Royal Blue. HEX triplet: 2E, 5B and DE. RGB value is (46,91,222). Sum of RGB (Red+Green+Blue) = 46+91+222=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E5BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5BDE is #D1A421. Grayscale: #5B5B5B. Windows color (decimal): -13739042 or 14572334. OLE color: 14572334.
HSL color Cylindrical-coordinate representation of color #2E5BDE: hue angle of 224.66º 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 #2E5BDE is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 91 | 222 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.13 |
| HSL | 224.66º | 0.73% | 0.53% | - |
| HSV(B) | 224.66º | 0.79% | 0.87% | - |
| XYZ | 18.05 | 13.34 | 70.73 | - |
| YUV | 92.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 222 | 0.79 | 0.59 | 0 | 0.13 | 224.66 | 0.73 | 0.53 |
| Hex | 2E | 5B | DE | 4F | 3B | 0 | D | E1 | 49 | 35 |
| Octal | 56 | 133 | 336 | 117 | 73 | 0 | 15 | 341 | 111 | 65 |
| Binary | 101110 | 1011011 | 11011110 | 1001111 | 111011 | 0 | 1101 | 11100001 | 1001001 | 110101 |
Color Harmonies of #2E5BDE
Complementary color
Monochromatic Colors of #2E5BDE
Black with #2E5BDE
Text Example
Text Example
White with #2E5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5BDE; }
p { color: rgb(46,91,222); }
H1.HeaderClassName
{
color: #2E5BDE;
}
.AnyTagClassName
{
color: #2E5BDE;
}
</style>
background-color css
<style>
a { background-color: #2E5BDE; }
a { background-color: rgb(46,91,222); }
div.DivClassName
{
background-color: #2E5BDE;
}
.BgClassName
{
background-color: #2E5BDE;
}
</style>
border-color css
<style>
span { border-color: #2E5BDE; }
span { border-color: rgb(46,91,222); }
td.TdClassName
{
border-color: #2E5BDE;
}
.TagClassName
{
border-color: #2E5BDE;
}
</style>