Shades of Royal Blue #516FCE
Tints of Royal Blue #516FCE
RGB
CMYK
RGB Variations
Color information
#516FCE (or 0x516FCE) is known color: Royal Blue. HEX triplet: 51, 6F and CE. RGB value is (81,111,206). Sum of RGB (Red+Green+Blue) = 81+111+206=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #516FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FCE is #AE9031. Grayscale: #707070. Windows color (decimal): -11440178 or 13528913. OLE color: 13528913.
HSL color Cylindrical-coordinate representation of color #516FCE: hue angle of 225.6º degrees, saturation: 0.56, 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 #516FCE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 111 | 206 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.19 |
| HSL | 225.6º | 0.56% | 0.56% | - |
| HSV(B) | 225.6º | 0.61% | 0.81% | - |
| XYZ | 20.22 | 17.57 | 60.72 | - |
| YUV | 112.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 206 | 0.61 | 0.46 | 0 | 0.19 | 225.6 | 0.56 | 0.56 |
| Hex | 51 | 6F | CE | 3D | 2E | 0 | 13 | E2 | 38 | 38 |
| Octal | 121 | 157 | 316 | 75 | 56 | 0 | 23 | 342 | 70 | 70 |
| Binary | 1010001 | 1101111 | 11001110 | 111101 | 101110 | 0 | 10011 | 11100010 | 111000 | 111000 |
Color Harmonies of #516FCE
Complementary color
Monochromatic Colors of #516FCE
Black with #516FCE
Text Example
Text Example
White with #516FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FCE; }
p { color: rgb(81,111,206); }
H1.HeaderClassName
{
color: #516FCE;
}
.AnyTagClassName
{
color: #516FCE;
}
</style>
background-color css
<style>
a { background-color: #516FCE; }
a { background-color: rgb(81,111,206); }
div.DivClassName
{
background-color: #516FCE;
}
.BgClassName
{
background-color: #516FCE;
}
</style>
border-color css
<style>
span { border-color: #516FCE; }
span { border-color: rgb(81,111,206); }
td.TdClassName
{
border-color: #516FCE;
}
.TagClassName
{
border-color: #516FCE;
}
</style>