Shades of Royal Blue #2E5FF5
Tints of Royal Blue #2E5FF5
RGB
CMYK
RGB Variations
Color information
#2E5FF5 (or 0x2E5FF5) is known color: Royal Blue. HEX triplet: 2E, 5F and F5. RGB value is (46,95,245). Sum of RGB (Red+Green+Blue) = 46+95+245=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 245 (96.09% from 255 or 63.47% from 386); Max value from RGB is 245 - color contains mainly: blue. Hex color #2E5FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5FF5 is #D1A00A. Grayscale: #606060. Windows color (decimal): -13737995 or 16080686. OLE color: 16080686.
HSL color Cylindrical-coordinate representation of color #2E5FF5: hue angle of 225.23º 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 #2E5FF5 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 95 | 245 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.04 |
| HSL | 225.23º | 0.91% | 0.57% | - |
| HSV(B) | 225.23º | 0.81% | 0.96% | - |
| XYZ | 21.7 | 15.36 | 88.21 | - |
| YUV | 97.45 | 211.27 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 245 | 0.81 | 0.61 | 0 | 0.04 | 225.23 | 0.91 | 0.57 |
| Hex | 2E | 5F | F5 | 51 | 3D | 0 | 4 | E1 | 5B | 39 |
| Octal | 56 | 137 | 365 | 121 | 75 | 0 | 4 | 341 | 133 | 71 |
| Binary | 101110 | 1011111 | 11110101 | 1010001 | 111101 | 0 | 100 | 11100001 | 1011011 | 111001 |
Color Harmonies of #2E5FF5
Complementary color
Monochromatic Colors of #2E5FF5
Black with #2E5FF5
Text Example
Text Example
White with #2E5FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5FF5; }
p { color: rgb(46,95,245); }
H1.HeaderClassName
{
color: #2E5FF5;
}
.AnyTagClassName
{
color: #2E5FF5;
}
</style>
background-color css
<style>
a { background-color: #2E5FF5; }
a { background-color: rgb(46,95,245); }
div.DivClassName
{
background-color: #2E5FF5;
}
.BgClassName
{
background-color: #2E5FF5;
}
</style>
border-color css
<style>
span { border-color: #2E5FF5; }
span { border-color: rgb(46,95,245); }
td.TdClassName
{
border-color: #2E5FF5;
}
.TagClassName
{
border-color: #2E5FF5;
}
</style>