Shades of Royal Blue #516CCF
Tints of Royal Blue #516CCF
RGB
CMYK
RGB Variations
Color information
#516CCF (or 0x516CCF) is known color: Royal Blue. HEX triplet: 51, 6C and CF. RGB value is (81,108,207). Sum of RGB (Red+Green+Blue) = 81+108+207=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #516CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CCF is #AE9330. Grayscale: #6E6E6E. Windows color (decimal): -11440945 or 13593681. OLE color: 13593681.
HSL color Cylindrical-coordinate representation of color #516CCF: hue angle of 227.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516CCF is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 108 | 207 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.19 |
| HSL | 227.14º | 0.57% | 0.56% | - |
| HSV(B) | 227.14º | 0.61% | 0.81% | - |
| XYZ | 20.02 | 16.98 | 61.25 | - |
| YUV | 111.21 | 182.05 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 207 | 0.61 | 0.48 | 0 | 0.19 | 227.14 | 0.57 | 0.56 |
| Hex | 51 | 6C | CF | 3D | 30 | 0 | 13 | E3 | 39 | 38 |
| Octal | 121 | 154 | 317 | 75 | 60 | 0 | 23 | 343 | 71 | 70 |
| Binary | 1010001 | 1101100 | 11001111 | 111101 | 110000 | 0 | 10011 | 11100011 | 111001 | 111000 |
Color Harmonies of #516CCF
Complementary color
Monochromatic Colors of #516CCF
Black with #516CCF
Text Example
Text Example
White with #516CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CCF; }
p { color: rgb(81,108,207); }
H1.HeaderClassName
{
color: #516CCF;
}
.AnyTagClassName
{
color: #516CCF;
}
</style>
background-color css
<style>
a { background-color: #516CCF; }
a { background-color: rgb(81,108,207); }
div.DivClassName
{
background-color: #516CCF;
}
.BgClassName
{
background-color: #516CCF;
}
</style>
border-color css
<style>
span { border-color: #516CCF; }
span { border-color: rgb(81,108,207); }
td.TdClassName
{
border-color: #516CCF;
}
.TagClassName
{
border-color: #516CCF;
}
</style>