Shades of Royal Blue #516FFC
Tints of Royal Blue #516FFC
RGB
CMYK
RGB Variations
Color information
#516FFC (or 0x516FFC) is known color: Royal Blue. HEX triplet: 51, 6F and FC. RGB value is (81,111,252). Sum of RGB (Red+Green+Blue) = 81+111+252=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #516FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FFC is #AE9003. Grayscale: #757575. Windows color (decimal): -11440132 or 16543569. OLE color: 16543569.
HSL color Cylindrical-coordinate representation of color #516FFC: hue angle of 229.47º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #516FFC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 111 | 252 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.01 |
| HSL | 229.47º | 0.97% | 0.65% | - |
| HSV(B) | 229.47º | 0.68% | 0.99% | - |
| XYZ | 26.65 | 20.15 | 94.58 | - |
| YUV | 118.1 | 203.56 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 252 | 0.68 | 0.56 | 0 | 0.01 | 229.47 | 0.97 | 0.65 |
| Hex | 51 | 6F | FC | 44 | 38 | 0 | 1 | E5 | 61 | 41 |
| Octal | 121 | 157 | 374 | 104 | 70 | 0 | 1 | 345 | 141 | 101 |
| Binary | 1010001 | 1101111 | 11111100 | 1000100 | 111000 | 0 | 1 | 11100101 | 1100001 | 1000001 |
Color Harmonies of #516FFC
Complementary color
Monochromatic Colors of #516FFC
Black with #516FFC
Text Example
Text Example
White with #516FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FFC; }
p { color: rgb(81,111,252); }
H1.HeaderClassName
{
color: #516FFC;
}
.AnyTagClassName
{
color: #516FFC;
}
</style>
background-color css
<style>
a { background-color: #516FFC; }
a { background-color: rgb(81,111,252); }
div.DivClassName
{
background-color: #516FFC;
}
.BgClassName
{
background-color: #516FFC;
}
</style>
border-color css
<style>
span { border-color: #516FFC; }
span { border-color: rgb(81,111,252); }
td.TdClassName
{
border-color: #516FFC;
}
.TagClassName
{
border-color: #516FFC;
}
</style>