Shades of Royal Blue #2E60EF
Tints of Royal Blue #2E60EF
RGB
CMYK
RGB Variations
Color information
#2E60EF (or 0x2E60EF) is known color: Royal Blue. HEX triplet: 2E, 60 and EF. RGB value is (46,96,239). Sum of RGB (Red+Green+Blue) = 46+96+239=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E60EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E60EF is #D19F10. Grayscale: #606060. Windows color (decimal): -13737745 or 15687726. OLE color: 15687726.
HSL color Cylindrical-coordinate representation of color #2E60EF: hue angle of 224.46º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E60EF is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 96 | 239 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.06 |
| HSL | 224.46º | 0.86% | 0.56% | - |
| HSV(B) | 224.46º | 0.81% | 0.94% | - |
| XYZ | 20.89 | 15.18 | 83.49 | - |
| YUV | 97.35 | 207.94 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 239 | 0.81 | 0.60 | 0 | 0.06 | 224.46 | 0.86 | 0.56 |
| Hex | 2E | 60 | EF | 51 | 3C | 0 | 6 | E0 | 56 | 38 |
| Octal | 56 | 140 | 357 | 121 | 74 | 0 | 6 | 340 | 126 | 70 |
| Binary | 101110 | 1100000 | 11101111 | 1010001 | 111100 | 0 | 110 | 11100000 | 1010110 | 111000 |
Color Harmonies of #2E60EF
Complementary color
Monochromatic Colors of #2E60EF
Black with #2E60EF
Text Example
Text Example
White with #2E60EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E60EF; }
p { color: rgb(46,96,239); }
H1.HeaderClassName
{
color: #2E60EF;
}
.AnyTagClassName
{
color: #2E60EF;
}
</style>
background-color css
<style>
a { background-color: #2E60EF; }
a { background-color: rgb(46,96,239); }
div.DivClassName
{
background-color: #2E60EF;
}
.BgClassName
{
background-color: #2E60EF;
}
</style>
border-color css
<style>
span { border-color: #2E60EF; }
span { border-color: rgb(46,96,239); }
td.TdClassName
{
border-color: #2E60EF;
}
.TagClassName
{
border-color: #2E60EF;
}
</style>