Shades of Royal Blue #516FDF
Tints of Royal Blue #516FDF
RGB
CMYK
RGB Variations
Color information
#516FDF (or 0x516FDF) is known color: Royal Blue. HEX triplet: 51, 6F and DF. RGB value is (81,111,223). Sum of RGB (Red+Green+Blue) = 81+111+223=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #516FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FDF is #AE9020. Grayscale: #727272. Windows color (decimal): -11440161 or 14643025. OLE color: 14643025.
HSL color Cylindrical-coordinate representation of color #516FDF: hue angle of 227.32º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #516FDF is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 111 | 223 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.13 |
| HSL | 227.32º | 0.69% | 0.6% | - |
| HSV(B) | 227.32º | 0.64% | 0.87% | - |
| XYZ | 22.4 | 18.45 | 72.19 | - |
| YUV | 114.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 223 | 0.64 | 0.50 | 0 | 0.13 | 227.32 | 0.69 | 0.6 |
| Hex | 51 | 6F | DF | 40 | 32 | 0 | D | E3 | 45 | 3C |
| Octal | 121 | 157 | 337 | 100 | 62 | 0 | 15 | 343 | 105 | 74 |
| Binary | 1010001 | 1101111 | 11011111 | 1000000 | 110010 | 0 | 1101 | 11100011 | 1000101 | 111100 |
Color Harmonies of #516FDF
Complementary color
Monochromatic Colors of #516FDF
Black with #516FDF
Text Example
Text Example
White with #516FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FDF; }
p { color: rgb(81,111,223); }
H1.HeaderClassName
{
color: #516FDF;
}
.AnyTagClassName
{
color: #516FDF;
}
</style>
background-color css
<style>
a { background-color: #516FDF; }
a { background-color: rgb(81,111,223); }
div.DivClassName
{
background-color: #516FDF;
}
.BgClassName
{
background-color: #516FDF;
}
</style>
border-color css
<style>
span { border-color: #516FDF; }
span { border-color: rgb(81,111,223); }
td.TdClassName
{
border-color: #516FDF;
}
.TagClassName
{
border-color: #516FDF;
}
</style>