Shades of Royal Blue #2E7BEB
Tints of Royal Blue #2E7BEB
RGB
CMYK
RGB Variations
Color information
#2E7BEB (or 0x2E7BEB) is known color: Royal Blue. HEX triplet: 2E, 7B and EB. RGB value is (46,123,235). Sum of RGB (Red+Green+Blue) = 46+123+235=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E7BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7BEB is #D18414. Grayscale: #707070. Windows color (decimal): -13730837 or 15432494. OLE color: 15432494.
HSL color Cylindrical-coordinate representation of color #2E7BEB: hue angle of 215.56º 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 #2E7BEB is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 123 | 235 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.08 |
| HSL | 215.56º | 0.83% | 0.55% | - |
| HSV(B) | 215.56º | 0.8% | 0.92% | - |
| XYZ | 23.21 | 20.74 | 81.38 | - |
| YUV | 112.75 | 196.99 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 235 | 0.80 | 0.48 | 0 | 0.08 | 215.56 | 0.83 | 0.55 |
| Hex | 2E | 7B | EB | 50 | 30 | 0 | 8 | D8 | 53 | 37 |
| Octal | 56 | 173 | 353 | 120 | 60 | 0 | 10 | 330 | 123 | 67 |
| Binary | 101110 | 1111011 | 11101011 | 1010000 | 110000 | 0 | 1000 | 11011000 | 1010011 | 110111 |
Color Harmonies of #2E7BEB
Complementary color
Monochromatic Colors of #2E7BEB
Black with #2E7BEB
Text Example
Text Example
White with #2E7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BEB; }
p { color: rgb(46,123,235); }
H1.HeaderClassName
{
color: #2E7BEB;
}
.AnyTagClassName
{
color: #2E7BEB;
}
</style>
background-color css
<style>
a { background-color: #2E7BEB; }
a { background-color: rgb(46,123,235); }
div.DivClassName
{
background-color: #2E7BEB;
}
.BgClassName
{
background-color: #2E7BEB;
}
</style>
border-color css
<style>
span { border-color: #2E7BEB; }
span { border-color: rgb(46,123,235); }
td.TdClassName
{
border-color: #2E7BEB;
}
.TagClassName
{
border-color: #2E7BEB;
}
</style>