Shades of Royal Blue #2E60FF
Tints of Royal Blue #2E60FF
RGB
CMYK
RGB Variations
Color information
#2E60FF (or 0x2E60FF) is known color: Royal Blue. HEX triplet: 2E, 60 and FF. RGB value is (46,96,255). Sum of RGB (Red+Green+Blue) = 46+96+255=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E60FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E60FF is #D19F00. Grayscale: #626262. Windows color (decimal): -13737729 or 16736302. OLE color: 16736302.
HSL color Cylindrical-coordinate representation of color #2E60FF: hue angle of 225.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E60FF is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 96 | 255 | - |
| CMYK | 0.82 | 0.62 | 0 | 0 |
| HSL | 225.65º | 1% | 0.59% | - |
| HSV(B) | 225.65º | 0.82% | 1% | - |
| XYZ | 23.36 | 16.17 | 96.5 | - |
| YUV | 99.18 | 215.94 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 255 | 0.82 | 0.62 | 0 | 0 | 225.65 | 1 | 0.59 |
| Hex | 2E | 60 | FF | 52 | 3E | 0 | 0 | E2 | 64 | 3B |
| Octal | 56 | 140 | 377 | 122 | 76 | 0 | 0 | 342 | 144 | 73 |
| Binary | 101110 | 1100000 | 11111111 | 1010010 | 111110 | 0 | 0 | 11100010 | 1100100 | 111011 |
Color Harmonies of #2E60FF
Complementary color
Monochromatic Colors of #2E60FF
Black with #2E60FF
Text Example
Text Example
White with #2E60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E60FF; }
p { color: rgb(46,96,255); }
H1.HeaderClassName
{
color: #2E60FF;
}
.AnyTagClassName
{
color: #2E60FF;
}
</style>
background-color css
<style>
a { background-color: #2E60FF; }
a { background-color: rgb(46,96,255); }
div.DivClassName
{
background-color: #2E60FF;
}
.BgClassName
{
background-color: #2E60FF;
}
</style>
border-color css
<style>
span { border-color: #2E60FF; }
span { border-color: rgb(46,96,255); }
td.TdClassName
{
border-color: #2E60FF;
}
.TagClassName
{
border-color: #2E60FF;
}
</style>