Shades of Royal Blue #516FE7
Tints of Royal Blue #516FE7
RGB
CMYK
RGB Variations
Color information
#516FE7 (or 0x516FE7) is known color: Royal Blue. HEX triplet: 51, 6F and E7. RGB value is (81,111,231). Sum of RGB (Red+Green+Blue) = 81+111+231=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #516FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FE7 is #AE9018. Grayscale: #737373. Windows color (decimal): -11440153 or 15167313. OLE color: 15167313.
HSL color Cylindrical-coordinate representation of color #516FE7: hue angle of 228º degrees, saturation: 0.76, 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 #516FE7 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 111 | 231 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.09 |
| HSL | 228º | 0.76% | 0.61% | - |
| HSV(B) | 228º | 0.65% | 0.91% | - |
| XYZ | 23.5 | 18.89 | 78.01 | - |
| YUV | 115.71 | 193.06 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 231 | 0.65 | 0.52 | 0 | 0.09 | 228 | 0.76 | 0.61 |
| Hex | 51 | 6F | E7 | 41 | 34 | 0 | 9 | E4 | 4C | 3D |
| Octal | 121 | 157 | 347 | 101 | 64 | 0 | 11 | 344 | 114 | 75 |
| Binary | 1010001 | 1101111 | 11100111 | 1000001 | 110100 | 0 | 1001 | 11100100 | 1001100 | 111101 |
Color Harmonies of #516FE7
Complementary color
Monochromatic Colors of #516FE7
Black with #516FE7
Text Example
Text Example
White with #516FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FE7; }
p { color: rgb(81,111,231); }
H1.HeaderClassName
{
color: #516FE7;
}
.AnyTagClassName
{
color: #516FE7;
}
</style>
background-color css
<style>
a { background-color: #516FE7; }
a { background-color: rgb(81,111,231); }
div.DivClassName
{
background-color: #516FE7;
}
.BgClassName
{
background-color: #516FE7;
}
</style>
border-color css
<style>
span { border-color: #516FE7; }
span { border-color: rgb(81,111,231); }
td.TdClassName
{
border-color: #516FE7;
}
.TagClassName
{
border-color: #516FE7;
}
</style>