Shades of Royal Blue #506ACD
Tints of Royal Blue #506ACD
RGB
CMYK
RGB Variations
Color information
#506ACD (or 0x506ACD) is known color: Royal Blue. HEX triplet: 50, 6A and CD. RGB value is (80,106,205). Sum of RGB (Red+Green+Blue) = 80+106+205=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #506ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ACD is #AF9532. Grayscale: #6D6D6D. Windows color (decimal): -11506995 or 13462096. OLE color: 13462096.
HSL color Cylindrical-coordinate representation of color #506ACD: hue angle of 227.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506ACD is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 106 | 205 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.20 |
| HSL | 227.52º | 0.56% | 0.56% | - |
| HSV(B) | 227.52º | 0.61% | 0.8% | - |
| XYZ | 19.48 | 16.42 | 59.9 | - |
| YUV | 109.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 205 | 0.61 | 0.48 | 0 | 0.20 | 227.52 | 0.56 | 0.56 |
| Hex | 50 | 6A | CD | 3D | 30 | 0 | 14 | E4 | 38 | 38 |
| Octal | 120 | 152 | 315 | 75 | 60 | 0 | 24 | 344 | 70 | 70 |
| Binary | 1010000 | 1101010 | 11001101 | 111101 | 110000 | 0 | 10100 | 11100100 | 111000 | 111000 |
Color Harmonies of #506ACD
Complementary color
Monochromatic Colors of #506ACD
Black with #506ACD
Text Example
Text Example
White with #506ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506ACD; }
p { color: rgb(80,106,205); }
H1.HeaderClassName
{
color: #506ACD;
}
.AnyTagClassName
{
color: #506ACD;
}
</style>
background-color css
<style>
a { background-color: #506ACD; }
a { background-color: rgb(80,106,205); }
div.DivClassName
{
background-color: #506ACD;
}
.BgClassName
{
background-color: #506ACD;
}
</style>
border-color css
<style>
span { border-color: #506ACD; }
span { border-color: rgb(80,106,205); }
td.TdClassName
{
border-color: #506ACD;
}
.TagClassName
{
border-color: #506ACD;
}
</style>