Shades of Royal Blue #506CCD
Tints of Royal Blue #506CCD
RGB
CMYK
RGB Variations
Color information
#506CCD (or 0x506CCD) is known color: Royal Blue. HEX triplet: 50, 6C and CD. RGB value is (80,108,205). Sum of RGB (Red+Green+Blue) = 80+108+205=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #506CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CCD is #AF9332. Grayscale: #6E6E6E. Windows color (decimal): -11506483 or 13462608. OLE color: 13462608.
HSL color Cylindrical-coordinate representation of color #506CCD: hue angle of 226.56º 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 #506CCD is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 108 | 205 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.20 |
| HSL | 226.56º | 0.56% | 0.56% | - |
| HSV(B) | 226.56º | 0.61% | 0.8% | - |
| XYZ | 19.69 | 16.84 | 59.97 | - |
| YUV | 110.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 205 | 0.61 | 0.47 | 0 | 0.20 | 226.56 | 0.56 | 0.56 |
| Hex | 50 | 6C | CD | 3D | 2F | 0 | 14 | E3 | 38 | 38 |
| Octal | 120 | 154 | 315 | 75 | 57 | 0 | 24 | 343 | 70 | 70 |
| Binary | 1010000 | 1101100 | 11001101 | 111101 | 101111 | 0 | 10100 | 11100011 | 111000 | 111000 |
Color Harmonies of #506CCD
Complementary color
Monochromatic Colors of #506CCD
Black with #506CCD
Text Example
Text Example
White with #506CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CCD; }
p { color: rgb(80,108,205); }
H1.HeaderClassName
{
color: #506CCD;
}
.AnyTagClassName
{
color: #506CCD;
}
</style>
background-color css
<style>
a { background-color: #506CCD; }
a { background-color: rgb(80,108,205); }
div.DivClassName
{
background-color: #506CCD;
}
.BgClassName
{
background-color: #506CCD;
}
</style>
border-color css
<style>
span { border-color: #506CCD; }
span { border-color: rgb(80,108,205); }
td.TdClassName
{
border-color: #506CCD;
}
.TagClassName
{
border-color: #506CCD;
}
</style>