Shades of Royal Blue #516FE1
Tints of Royal Blue #516FE1
RGB
CMYK
RGB Variations
Color information
#516FE1 (or 0x516FE1) is known color: Royal Blue. HEX triplet: 51, 6F and E1. RGB value is (81,111,225). Sum of RGB (Red+Green+Blue) = 81+111+225=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #516FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FE1 is #AE901E. Grayscale: #727272. Windows color (decimal): -11440159 or 14774097. OLE color: 14774097.
HSL color Cylindrical-coordinate representation of color #516FE1: hue angle of 227.5º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #516FE1 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 111 | 225 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.12 |
| HSL | 227.5º | 0.71% | 0.6% | - |
| HSV(B) | 227.5º | 0.64% | 0.88% | - |
| XYZ | 22.67 | 18.55 | 73.62 | - |
| YUV | 115.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 225 | 0.64 | 0.51 | 0 | 0.12 | 227.5 | 0.71 | 0.6 |
| Hex | 51 | 6F | E1 | 40 | 33 | 0 | C | E4 | 47 | 3C |
| Octal | 121 | 157 | 341 | 100 | 63 | 0 | 14 | 344 | 107 | 74 |
| Binary | 1010001 | 1101111 | 11100001 | 1000000 | 110011 | 0 | 1100 | 11100100 | 1000111 | 111100 |
Color Harmonies of #516FE1
Complementary color
Monochromatic Colors of #516FE1
Black with #516FE1
Text Example
Text Example
White with #516FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FE1; }
p { color: rgb(81,111,225); }
H1.HeaderClassName
{
color: #516FE1;
}
.AnyTagClassName
{
color: #516FE1;
}
</style>
background-color css
<style>
a { background-color: #516FE1; }
a { background-color: rgb(81,111,225); }
div.DivClassName
{
background-color: #516FE1;
}
.BgClassName
{
background-color: #516FE1;
}
</style>
border-color css
<style>
span { border-color: #516FE1; }
span { border-color: rgb(81,111,225); }
td.TdClassName
{
border-color: #516FE1;
}
.TagClassName
{
border-color: #516FE1;
}
</style>