Shades of Royal Blue #2E5BEF
Tints of Royal Blue #2E5BEF
RGB
CMYK
RGB Variations
Color information
#2E5BEF (or 0x2E5BEF) is known color: Royal Blue. HEX triplet: 2E, 5B and EF. RGB value is (46,91,239). Sum of RGB (Red+Green+Blue) = 46+91+239=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E5BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5BEF is #D1A410. Grayscale: #5D5D5D. Windows color (decimal): -13739025 or 15686446. OLE color: 15686446.
HSL color Cylindrical-coordinate representation of color #2E5BEF: hue angle of 226.01º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E5BEF is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 91 | 239 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.06 |
| HSL | 226.01º | 0.86% | 0.56% | - |
| HSV(B) | 226.01º | 0.81% | 0.94% | - |
| XYZ | 20.45 | 14.3 | 83.34 | - |
| YUV | 94.42 | 209.59 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 239 | 0.81 | 0.62 | 0 | 0.06 | 226.01 | 0.86 | 0.56 |
| Hex | 2E | 5B | EF | 51 | 3E | 0 | 6 | E2 | 56 | 38 |
| Octal | 56 | 133 | 357 | 121 | 76 | 0 | 6 | 342 | 126 | 70 |
| Binary | 101110 | 1011011 | 11101111 | 1010001 | 111110 | 0 | 110 | 11100010 | 1010110 | 111000 |
Color Harmonies of #2E5BEF
Complementary color
Monochromatic Colors of #2E5BEF
Black with #2E5BEF
Text Example
Text Example
White with #2E5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5BEF; }
p { color: rgb(46,91,239); }
H1.HeaderClassName
{
color: #2E5BEF;
}
.AnyTagClassName
{
color: #2E5BEF;
}
</style>
background-color css
<style>
a { background-color: #2E5BEF; }
a { background-color: rgb(46,91,239); }
div.DivClassName
{
background-color: #2E5BEF;
}
.BgClassName
{
background-color: #2E5BEF;
}
</style>
border-color css
<style>
span { border-color: #2E5BEF; }
span { border-color: rgb(46,91,239); }
td.TdClassName
{
border-color: #2E5BEF;
}
.TagClassName
{
border-color: #2E5BEF;
}
</style>