Shades of Royal Blue #2E5CF5
Tints of Royal Blue #2E5CF5
RGB
CMYK
RGB Variations
Color information
#2E5CF5 (or 0x2E5CF5) is known color: Royal Blue. HEX triplet: 2E, 5C and F5. RGB value is (46,92,245). Sum of RGB (Red+Green+Blue) = 46+92+245=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 245 (96.09% from 255 or 63.97% from 383); Max value from RGB is 245 - color contains mainly: blue. Hex color #2E5CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5CF5 is #D1A30A. Grayscale: #5F5F5F. Windows color (decimal): -13738763 or 16079918. OLE color: 16079918.
HSL color Cylindrical-coordinate representation of color #2E5CF5: hue angle of 226.13º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E5CF5 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 92 | 245 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.04 |
| HSL | 226.13º | 0.91% | 0.57% | - |
| HSV(B) | 226.13º | 0.81% | 0.96% | - |
| XYZ | 21.44 | 14.83 | 88.12 | - |
| YUV | 95.69 | 212.26 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 245 | 0.81 | 0.62 | 0 | 0.04 | 226.13 | 0.91 | 0.57 |
| Hex | 2E | 5C | F5 | 51 | 3E | 0 | 4 | E2 | 5B | 39 |
| Octal | 56 | 134 | 365 | 121 | 76 | 0 | 4 | 342 | 133 | 71 |
| Binary | 101110 | 1011100 | 11110101 | 1010001 | 111110 | 0 | 100 | 11100010 | 1011011 | 111001 |
Color Harmonies of #2E5CF5
Complementary color
Monochromatic Colors of #2E5CF5
Black with #2E5CF5
Text Example
Text Example
White with #2E5CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5CF5; }
p { color: rgb(46,92,245); }
H1.HeaderClassName
{
color: #2E5CF5;
}
.AnyTagClassName
{
color: #2E5CF5;
}
</style>
background-color css
<style>
a { background-color: #2E5CF5; }
a { background-color: rgb(46,92,245); }
div.DivClassName
{
background-color: #2E5CF5;
}
.BgClassName
{
background-color: #2E5CF5;
}
</style>
border-color css
<style>
span { border-color: #2E5CF5; }
span { border-color: rgb(46,92,245); }
td.TdClassName
{
border-color: #2E5CF5;
}
.TagClassName
{
border-color: #2E5CF5;
}
</style>