Shades of Royal Blue #5160EE
Tints of Royal Blue #5160EE
RGB
CMYK
RGB Variations
Color information
#5160EE (or 0x5160EE) is known color: Royal Blue. HEX triplet: 51, 60 and EE. RGB value is (81,96,238). Sum of RGB (Red+Green+Blue) = 81+96+238=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #5160EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5160EE is #AE9F11. Grayscale: #6B6B6B. Windows color (decimal): -11443986 or 15622225. OLE color: 15622225.
HSL color Cylindrical-coordinate representation of color #5160EE: hue angle of 234.27º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5160EE is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 96 | 238 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.07 |
| HSL | 234.27º | 0.82% | 0.63% | - |
| HSV(B) | 234.27º | 0.66% | 0.93% | - |
| XYZ | 23.01 | 16.29 | 82.82 | - |
| YUV | 107.7 | 201.53 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 96 | 238 | 0.66 | 0.60 | 0 | 0.07 | 234.27 | 0.82 | 0.63 |
| Hex | 51 | 60 | EE | 42 | 3C | 0 | 7 | EA | 52 | 3F |
| Octal | 121 | 140 | 356 | 102 | 74 | 0 | 7 | 352 | 122 | 77 |
| Binary | 1010001 | 1100000 | 11101110 | 1000010 | 111100 | 0 | 111 | 11101010 | 1010010 | 111111 |
Color Harmonies of #5160EE
Complementary color
Monochromatic Colors of #5160EE
Black with #5160EE
Text Example
Text Example
White with #5160EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5160EE; }
p { color: rgb(81,96,238); }
H1.HeaderClassName
{
color: #5160EE;
}
.AnyTagClassName
{
color: #5160EE;
}
</style>
background-color css
<style>
a { background-color: #5160EE; }
a { background-color: rgb(81,96,238); }
div.DivClassName
{
background-color: #5160EE;
}
.BgClassName
{
background-color: #5160EE;
}
</style>
border-color css
<style>
span { border-color: #5160EE; }
span { border-color: rgb(81,96,238); }
td.TdClassName
{
border-color: #5160EE;
}
.TagClassName
{
border-color: #5160EE;
}
</style>