Shades of Royal Blue #515FE4
Tints of Royal Blue #515FE4
RGB
CMYK
RGB Variations
Color information
#515FE4 (or 0x515FE4) is known color: Royal Blue. HEX triplet: 51, 5F and E4. RGB value is (81,95,228). Sum of RGB (Red+Green+Blue) = 81+95+228=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #515FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FE4 is #AEA01B. Grayscale: #696969. Windows color (decimal): -11444252 or 14966609. OLE color: 14966609.
HSL color Cylindrical-coordinate representation of color #515FE4: hue angle of 234.29º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515FE4 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 95 | 228 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.11 |
| HSL | 234.29º | 0.73% | 0.61% | - |
| HSV(B) | 234.29º | 0.64% | 0.89% | - |
| XYZ | 21.49 | 15.54 | 75.26 | - |
| YUV | 105.98 | 196.86 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 228 | 0.64 | 0.58 | 0 | 0.11 | 234.29 | 0.73 | 0.61 |
| Hex | 51 | 5F | E4 | 40 | 3A | 0 | B | EA | 49 | 3D |
| Octal | 121 | 137 | 344 | 100 | 72 | 0 | 13 | 352 | 111 | 75 |
| Binary | 1010001 | 1011111 | 11100100 | 1000000 | 111010 | 0 | 1011 | 11101010 | 1001001 | 111101 |
Color Harmonies of #515FE4
Complementary color
Monochromatic Colors of #515FE4
Black with #515FE4
Text Example
Text Example
White with #515FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515FE4; }
p { color: rgb(81,95,228); }
H1.HeaderClassName
{
color: #515FE4;
}
.AnyTagClassName
{
color: #515FE4;
}
</style>
background-color css
<style>
a { background-color: #515FE4; }
a { background-color: rgb(81,95,228); }
div.DivClassName
{
background-color: #515FE4;
}
.BgClassName
{
background-color: #515FE4;
}
</style>
border-color css
<style>
span { border-color: #515FE4; }
span { border-color: rgb(81,95,228); }
td.TdClassName
{
border-color: #515FE4;
}
.TagClassName
{
border-color: #515FE4;
}
</style>