Shades of Royal Blue #2E55EB
Tints of Royal Blue #2E55EB
RGB
CMYK
RGB Variations
Color information
#2E55EB (or 0x2E55EB) is known color: Royal Blue. HEX triplet: 2E, 55 and EB. RGB value is (46,85,235). Sum of RGB (Red+Green+Blue) = 46+85+235=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E55EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E55EB is #D1AA14. Grayscale: #595959. Windows color (decimal): -13740565 or 15422766. OLE color: 15422766.
HSL color Cylindrical-coordinate representation of color #2E55EB: hue angle of 227.62º 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 #2E55EB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 85 | 235 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.08 |
| HSL | 227.62º | 0.83% | 0.55% | - |
| HSV(B) | 227.62º | 0.8% | 0.92% | - |
| XYZ | 19.37 | 13.08 | 80.1 | - |
| YUV | 90.44 | 209.58 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 235 | 0.80 | 0.64 | 0 | 0.08 | 227.62 | 0.83 | 0.55 |
| Hex | 2E | 55 | EB | 50 | 40 | 0 | 8 | E4 | 53 | 37 |
| Octal | 56 | 125 | 353 | 120 | 100 | 0 | 10 | 344 | 123 | 67 |
| Binary | 101110 | 1010101 | 11101011 | 1010000 | 1000000 | 0 | 1000 | 11100100 | 1010011 | 110111 |
Color Harmonies of #2E55EB
Complementary color
Monochromatic Colors of #2E55EB
Black with #2E55EB
Text Example
Text Example
White with #2E55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E55EB; }
p { color: rgb(46,85,235); }
H1.HeaderClassName
{
color: #2E55EB;
}
.AnyTagClassName
{
color: #2E55EB;
}
</style>
background-color css
<style>
a { background-color: #2E55EB; }
a { background-color: rgb(46,85,235); }
div.DivClassName
{
background-color: #2E55EB;
}
.BgClassName
{
background-color: #2E55EB;
}
</style>
border-color css
<style>
span { border-color: #2E55EB; }
span { border-color: rgb(46,85,235); }
td.TdClassName
{
border-color: #2E55EB;
}
.TagClassName
{
border-color: #2E55EB;
}
</style>