Shades of Royal Blue #2E5EEB
Tints of Royal Blue #2E5EEB
RGB
CMYK
RGB Variations
Color information
#2E5EEB (or 0x2E5EEB) is known color: Royal Blue. HEX triplet: 2E, 5E and EB. RGB value is (46,94,235). Sum of RGB (Red+Green+Blue) = 46+94+235=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E5EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5EEB is #D1A114. Grayscale: #5F5F5F. Windows color (decimal): -13738261 or 15425070. OLE color: 15425070.
HSL color Cylindrical-coordinate representation of color #2E5EEB: hue angle of 224.76º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E5EEB is Cyan = 0.80, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 46 | 94 | 235 | - |
CMYK | 0.80 | 0.6 | 0 | 0.08 |
HSL | 224.76º | 0.83% | 0.55% | - |
HSV(B) | 224.76º | 0.8% | 0.92% | - |
XYZ | 20.12 | 14.58 | 80.35 | - |
YUV | 95.72 | 206.6 | 92.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 94 | 235 | 0.80 | 0.6 | 0 | 0.08 | 224.76 | 0.83 | 0.55 |
Hex | 2E | 5E | EB | 50 | 3C | 0 | 8 | E1 | 53 | 37 |
Octal | 56 | 136 | 353 | 120 | 74 | 0 | 10 | 341 | 123 | 67 |
Binary | 101110 | 1011110 | 11101011 | 1010000 | 111100 | 0 | 1000 | 11100001 | 1010011 | 110111 |
Color Harmonies of #2E5EEB
Complementary color
Monochromatic Colors of #2E5EEB
Black with #2E5EEB
Text Example
Text Example
White with #2E5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5EEB; }
p { color: rgb(46,94,235); }
H1.HeaderClassName
{
color: #2E5EEB;
}
.AnyTagClassName
{
color: #2E5EEB;
}
</style>
background-color css
<style>
a { background-color: #2E5EEB; }
a { background-color: rgb(46,94,235); }
div.DivClassName
{
background-color: #2E5EEB;
}
.BgClassName
{
background-color: #2E5EEB;
}
</style>
border-color css
<style>
span { border-color: #2E5EEB; }
span { border-color: rgb(46,94,235); }
td.TdClassName
{
border-color: #2E5EEB;
}
.TagClassName
{
border-color: #2E5EEB;
}
</style>