Shades of Royal Blue #515BE8
Tints of Royal Blue #515BE8
RGB
CMYK
RGB Variations
Color information
#515BE8 (or 0x515BE8) is known color: Royal Blue. HEX triplet: 51, 5B and E8. RGB value is (81,91,232). Sum of RGB (Red+Green+Blue) = 81+91+232=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #515BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515BE8 is #AEA417. Grayscale: #676767. Windows color (decimal): -11445272 or 15227729. OLE color: 15227729.
HSL color Cylindrical-coordinate representation of color #515BE8: hue angle of 236.03º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #515BE8 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 91 | 232 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.09 |
| HSL | 236.03º | 0.77% | 0.61% | - |
| HSV(B) | 236.03º | 0.65% | 0.91% | - |
| XYZ | 21.7 | 15.06 | 78.11 | - |
| YUV | 104.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 232 | 0.65 | 0.61 | 0 | 0.09 | 236.03 | 0.77 | 0.61 |
| Hex | 51 | 5B | E8 | 41 | 3D | 0 | 9 | EC | 4D | 3D |
| Octal | 121 | 133 | 350 | 101 | 75 | 0 | 11 | 354 | 115 | 75 |
| Binary | 1010001 | 1011011 | 11101000 | 1000001 | 111101 | 0 | 1001 | 11101100 | 1001101 | 111101 |
Color Harmonies of #515BE8
Complementary color
Monochromatic Colors of #515BE8
Black with #515BE8
Text Example
Text Example
White with #515BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515BE8; }
p { color: rgb(81,91,232); }
H1.HeaderClassName
{
color: #515BE8;
}
.AnyTagClassName
{
color: #515BE8;
}
</style>
background-color css
<style>
a { background-color: #515BE8; }
a { background-color: rgb(81,91,232); }
div.DivClassName
{
background-color: #515BE8;
}
.BgClassName
{
background-color: #515BE8;
}
</style>
border-color css
<style>
span { border-color: #515BE8; }
span { border-color: rgb(81,91,232); }
td.TdClassName
{
border-color: #515BE8;
}
.TagClassName
{
border-color: #515BE8;
}
</style>