Shades of Royal Blue #2E6FEB
Tints of Royal Blue #2E6FEB
RGB
CMYK
RGB Variations
Color information
#2E6FEB (or 0x2E6FEB) is known color: Royal Blue. HEX triplet: 2E, 6F and EB. RGB value is (46,111,235). Sum of RGB (Red+Green+Blue) = 46+111+235=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E6FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6FEB is #D19014. Grayscale: #696969. Windows color (decimal): -13733909 or 15429422. OLE color: 15429422.
HSL color Cylindrical-coordinate representation of color #2E6FEB: hue angle of 219.37º 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 #2E6FEB is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 111 | 235 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.08 |
| HSL | 219.37º | 0.83% | 0.55% | - |
| HSV(B) | 219.37º | 0.8% | 0.92% | - |
| XYZ | 21.81 | 17.95 | 80.91 | - |
| YUV | 105.7 | 200.97 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 235 | 0.80 | 0.53 | 0 | 0.08 | 219.37 | 0.83 | 0.55 |
| Hex | 2E | 6F | EB | 50 | 35 | 0 | 8 | DB | 53 | 37 |
| Octal | 56 | 157 | 353 | 120 | 65 | 0 | 10 | 333 | 123 | 67 |
| Binary | 101110 | 1101111 | 11101011 | 1010000 | 110101 | 0 | 1000 | 11011011 | 1010011 | 110111 |
Color Harmonies of #2E6FEB
Complementary color
Monochromatic Colors of #2E6FEB
Black with #2E6FEB
Text Example
Text Example
White with #2E6FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6FEB; }
p { color: rgb(46,111,235); }
H1.HeaderClassName
{
color: #2E6FEB;
}
.AnyTagClassName
{
color: #2E6FEB;
}
</style>
background-color css
<style>
a { background-color: #2E6FEB; }
a { background-color: rgb(46,111,235); }
div.DivClassName
{
background-color: #2E6FEB;
}
.BgClassName
{
background-color: #2E6FEB;
}
</style>
border-color css
<style>
span { border-color: #2E6FEB; }
span { border-color: rgb(46,111,235); }
td.TdClassName
{
border-color: #2E6FEB;
}
.TagClassName
{
border-color: #2E6FEB;
}
</style>