Shades of Royal Blue #2E5BE6
Tints of Royal Blue #2E5BE6
RGB
CMYK
RGB Variations
Color information
#2E5BE6 (or 0x2E5BE6) is known color: Royal Blue. HEX triplet: 2E, 5B and E6. RGB value is (46,91,230). Sum of RGB (Red+Green+Blue) = 46+91+230=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 230 (90.23% from 255 or 62.67% from 367); Max value from RGB is 230 - color contains mainly: blue. Hex color #2E5BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5BE6 is #D1A419. Grayscale: #5C5C5C. Windows color (decimal): -13739034 or 15096622. OLE color: 15096622.
HSL color Cylindrical-coordinate representation of color #2E5BE6: hue angle of 225.33º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E5BE6 is Cyan = 0.8, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 91 | 230 | - |
| CMYK | 0.8 | 0.60 | 0 | 0.10 |
| HSL | 225.33º | 0.79% | 0.54% | - |
| HSV(B) | 225.33º | 0.8% | 0.9% | - |
| XYZ | 19.15 | 13.78 | 76.51 | - |
| YUV | 93.39 | 205.09 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 230 | 0.8 | 0.60 | 0 | 0.10 | 225.33 | 0.79 | 0.54 |
| Hex | 2E | 5B | E6 | 50 | 3C | 0 | A | E1 | 4F | 36 |
| Octal | 56 | 133 | 346 | 120 | 74 | 0 | 12 | 341 | 117 | 66 |
| Binary | 101110 | 1011011 | 11100110 | 1010000 | 111100 | 0 | 1010 | 11100001 | 1001111 | 110110 |
Color Harmonies of #2E5BE6
Complementary color
Monochromatic Colors of #2E5BE6
Black with #2E5BE6
Text Example
Text Example
White with #2E5BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5BE6; }
p { color: rgb(46,91,230); }
H1.HeaderClassName
{
color: #2E5BE6;
}
.AnyTagClassName
{
color: #2E5BE6;
}
</style>
background-color css
<style>
a { background-color: #2E5BE6; }
a { background-color: rgb(46,91,230); }
div.DivClassName
{
background-color: #2E5BE6;
}
.BgClassName
{
background-color: #2E5BE6;
}
</style>
border-color css
<style>
span { border-color: #2E5BE6; }
span { border-color: rgb(46,91,230); }
td.TdClassName
{
border-color: #2E5BE6;
}
.TagClassName
{
border-color: #2E5BE6;
}
</style>