Shades of Royal Blue #2E5EFE
Tints of Royal Blue #2E5EFE
RGB
CMYK
RGB Variations
Color information
#2E5EFE (or 0x2E5EFE) is known color: Royal Blue. HEX triplet: 2E, 5E and FE. RGB value is (46,94,254). Sum of RGB (Red+Green+Blue) = 46+94+254=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E5EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5EFE is #D1A101. Grayscale: #616161. Windows color (decimal): -13738242 or 16670254. OLE color: 16670254.
HSL color Cylindrical-coordinate representation of color #2E5EFE: hue angle of 226.15º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E5EFE is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 94 | 254 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.00 |
| HSL | 226.15º | 0.99% | 0.59% | - |
| HSV(B) | 226.15º | 0.82% | 1% | - |
| XYZ | 23.02 | 15.74 | 95.59 | - |
| YUV | 97.89 | 216.1 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 94 | 254 | 0.82 | 0.63 | 0 | 0.00 | 226.15 | 0.99 | 0.59 |
| Hex | 2E | 5E | FE | 52 | 3F | 0 | 0 | E2 | 63 | 3B |
| Octal | 56 | 136 | 376 | 122 | 77 | 0 | 0 | 342 | 143 | 73 |
| Binary | 101110 | 1011110 | 11111110 | 1010010 | 111111 | 0 | 0 | 11100010 | 1100011 | 111011 |
Color Harmonies of #2E5EFE
Complementary color
Monochromatic Colors of #2E5EFE
Black with #2E5EFE
Text Example
Text Example
White with #2E5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5EFE; }
p { color: rgb(46,94,254); }
H1.HeaderClassName
{
color: #2E5EFE;
}
.AnyTagClassName
{
color: #2E5EFE;
}
</style>
background-color css
<style>
a { background-color: #2E5EFE; }
a { background-color: rgb(46,94,254); }
div.DivClassName
{
background-color: #2E5EFE;
}
.BgClassName
{
background-color: #2E5EFE;
}
</style>
border-color css
<style>
span { border-color: #2E5EFE; }
span { border-color: rgb(46,94,254); }
td.TdClassName
{
border-color: #2E5EFE;
}
.TagClassName
{
border-color: #2E5EFE;
}
</style>