Shades of Royal Blue #516CFD
Tints of Royal Blue #516CFD
RGB
CMYK
RGB Variations
Color information
#516CFD (or 0x516CFD) is known color: Royal Blue. HEX triplet: 51, 6C and FD. RGB value is (81,108,253). Sum of RGB (Red+Green+Blue) = 81+108+253=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #516CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CFD is #AE9302. Grayscale: #737373. Windows color (decimal): -11440899 or 16608337. OLE color: 16608337.
HSL color Cylindrical-coordinate representation of color #516CFD: hue angle of 230.58º degrees, saturation: 0.98, 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 #516CFD is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 108 | 253 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.01 |
| HSL | 230.58º | 0.98% | 0.65% | - |
| HSV(B) | 230.58º | 0.68% | 0.99% | - |
| XYZ | 26.49 | 19.57 | 95.31 | - |
| YUV | 116.46 | 205.05 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 253 | 0.68 | 0.57 | 0 | 0.01 | 230.58 | 0.98 | 0.65 |
| Hex | 51 | 6C | FD | 44 | 39 | 0 | 1 | E7 | 62 | 41 |
| Octal | 121 | 154 | 375 | 104 | 71 | 0 | 1 | 347 | 142 | 101 |
| Binary | 1010001 | 1101100 | 11111101 | 1000100 | 111001 | 0 | 1 | 11100111 | 1100010 | 1000001 |
Color Harmonies of #516CFD
Complementary color
Monochromatic Colors of #516CFD
Black with #516CFD
Text Example
Text Example
White with #516CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CFD; }
p { color: rgb(81,108,253); }
H1.HeaderClassName
{
color: #516CFD;
}
.AnyTagClassName
{
color: #516CFD;
}
</style>
background-color css
<style>
a { background-color: #516CFD; }
a { background-color: rgb(81,108,253); }
div.DivClassName
{
background-color: #516CFD;
}
.BgClassName
{
background-color: #516CFD;
}
</style>
border-color css
<style>
span { border-color: #516CFD; }
span { border-color: rgb(81,108,253); }
td.TdClassName
{
border-color: #516CFD;
}
.TagClassName
{
border-color: #516CFD;
}
</style>