Shades of Royal Blue #2E73EB
Tints of Royal Blue #2E73EB
RGB
CMYK
RGB Variations
Color information
#2E73EB (or 0x2E73EB) is known color: Royal Blue. HEX triplet: 2E, 73 and EB. RGB value is (46,115,235). Sum of RGB (Red+Green+Blue) = 46+115+235=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E73EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E73EB is #D18C14. Grayscale: #6B6B6B. Windows color (decimal): -13732885 or 15430446. OLE color: 15430446.
HSL color Cylindrical-coordinate representation of color #2E73EB: hue angle of 218.1º 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 #2E73EB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 115 | 235 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.08 |
| HSL | 218.1º | 0.83% | 0.55% | - |
| HSV(B) | 218.1º | 0.8% | 0.92% | - |
| XYZ | 22.25 | 18.84 | 81.06 | - |
| YUV | 108.05 | 199.64 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 235 | 0.80 | 0.51 | 0 | 0.08 | 218.1 | 0.83 | 0.55 |
| Hex | 2E | 73 | EB | 50 | 33 | 0 | 8 | DA | 53 | 37 |
| Octal | 56 | 163 | 353 | 120 | 63 | 0 | 10 | 332 | 123 | 67 |
| Binary | 101110 | 1110011 | 11101011 | 1010000 | 110011 | 0 | 1000 | 11011010 | 1010011 | 110111 |
Color Harmonies of #2E73EB
Complementary color
Monochromatic Colors of #2E73EB
Black with #2E73EB
Text Example
Text Example
White with #2E73EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E73EB; }
p { color: rgb(46,115,235); }
H1.HeaderClassName
{
color: #2E73EB;
}
.AnyTagClassName
{
color: #2E73EB;
}
</style>
background-color css
<style>
a { background-color: #2E73EB; }
a { background-color: rgb(46,115,235); }
div.DivClassName
{
background-color: #2E73EB;
}
.BgClassName
{
background-color: #2E73EB;
}
</style>
border-color css
<style>
span { border-color: #2E73EB; }
span { border-color: rgb(46,115,235); }
td.TdClassName
{
border-color: #2E73EB;
}
.TagClassName
{
border-color: #2E73EB;
}
</style>