Shades of Royal Blue #2E65F5
Tints of Royal Blue #2E65F5
RGB
CMYK
RGB Variations
Color information
#2E65F5 (or 0x2E65F5) is known color: Royal Blue. HEX triplet: 2E, 65 and F5. RGB value is (46,101,245). Sum of RGB (Red+Green+Blue) = 46+101+245=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 245 (96.09% from 255 or 62.5% from 392); Max value from RGB is 245 - color contains mainly: blue. Hex color #2E65F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E65F5 is #D19A0A. Grayscale: #646464. Windows color (decimal): -13736459 or 16082222. OLE color: 16082222.
HSL color Cylindrical-coordinate representation of color #2E65F5: hue angle of 223.42º 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 #2E65F5 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 101 | 245 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.04 |
| HSL | 223.42º | 0.91% | 0.57% | - |
| HSV(B) | 223.42º | 0.81% | 0.96% | - |
| XYZ | 22.26 | 16.48 | 88.39 | - |
| YUV | 100.97 | 209.28 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 245 | 0.81 | 0.59 | 0 | 0.04 | 223.42 | 0.91 | 0.57 |
| Hex | 2E | 65 | F5 | 51 | 3B | 0 | 4 | DF | 5B | 39 |
| Octal | 56 | 145 | 365 | 121 | 73 | 0 | 4 | 337 | 133 | 71 |
| Binary | 101110 | 1100101 | 11110101 | 1010001 | 111011 | 0 | 100 | 11011111 | 1011011 | 111001 |
Color Harmonies of #2E65F5
Complementary color
Monochromatic Colors of #2E65F5
Black with #2E65F5
Text Example
Text Example
White with #2E65F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E65F5; }
p { color: rgb(46,101,245); }
H1.HeaderClassName
{
color: #2E65F5;
}
.AnyTagClassName
{
color: #2E65F5;
}
</style>
background-color css
<style>
a { background-color: #2E65F5; }
a { background-color: rgb(46,101,245); }
div.DivClassName
{
background-color: #2E65F5;
}
.BgClassName
{
background-color: #2E65F5;
}
</style>
border-color css
<style>
span { border-color: #2E65F5; }
span { border-color: rgb(46,101,245); }
td.TdClassName
{
border-color: #2E65F5;
}
.TagClassName
{
border-color: #2E65F5;
}
</style>