Shades of Royal Blue #516CFC
Tints of Royal Blue #516CFC
RGB
CMYK
RGB Variations
Color information
#516CFC (or 0x516CFC) is known color: Royal Blue. HEX triplet: 51, 6C and FC. RGB value is (81,108,252). Sum of RGB (Red+Green+Blue) = 81+108+252=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #516CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CFC is #AE9303. Grayscale: #737373. Windows color (decimal): -11440900 or 16542801. OLE color: 16542801.
HSL color Cylindrical-coordinate representation of color #516CFC: hue angle of 230.53º 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 #516CFC is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 108 | 252 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.01 |
| HSL | 230.53º | 0.97% | 0.65% | - |
| HSV(B) | 230.53º | 0.68% | 0.99% | - |
| XYZ | 26.33 | 19.5 | 94.47 | - |
| YUV | 116.34 | 204.55 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 252 | 0.68 | 0.57 | 0 | 0.01 | 230.53 | 0.97 | 0.65 |
| Hex | 51 | 6C | FC | 44 | 39 | 0 | 1 | E7 | 61 | 41 |
| Octal | 121 | 154 | 374 | 104 | 71 | 0 | 1 | 347 | 141 | 101 |
| Binary | 1010001 | 1101100 | 11111100 | 1000100 | 111001 | 0 | 1 | 11100111 | 1100001 | 1000001 |
Color Harmonies of #516CFC
Complementary color
Monochromatic Colors of #516CFC
Black with #516CFC
Text Example
Text Example
White with #516CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CFC; }
p { color: rgb(81,108,252); }
H1.HeaderClassName
{
color: #516CFC;
}
.AnyTagClassName
{
color: #516CFC;
}
</style>
background-color css
<style>
a { background-color: #516CFC; }
a { background-color: rgb(81,108,252); }
div.DivClassName
{
background-color: #516CFC;
}
.BgClassName
{
background-color: #516CFC;
}
</style>
border-color css
<style>
span { border-color: #516CFC; }
span { border-color: rgb(81,108,252); }
td.TdClassName
{
border-color: #516CFC;
}
.TagClassName
{
border-color: #516CFC;
}
</style>