Shades of Royal Blue #506BCD
Tints of Royal Blue #506BCD
RGB
CMYK
RGB Variations
Color information
#506BCD (or 0x506BCD) is known color: Royal Blue. HEX triplet: 50, 6B and CD. RGB value is (80,107,205). Sum of RGB (Red+Green+Blue) = 80+107+205=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #506BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BCD is #AF9432. Grayscale: #6D6D6D. Windows color (decimal): -11506739 or 13462352. OLE color: 13462352.
HSL color Cylindrical-coordinate representation of color #506BCD: hue angle of 227.04º 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 #506BCD is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 107 | 205 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.20 |
| HSL | 227.04º | 0.56% | 0.56% | - |
| HSV(B) | 227.04º | 0.61% | 0.8% | - |
| XYZ | 19.59 | 16.63 | 59.94 | - |
| YUV | 110.1 | 181.55 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 205 | 0.61 | 0.48 | 0 | 0.20 | 227.04 | 0.56 | 0.56 |
| Hex | 50 | 6B | CD | 3D | 30 | 0 | 14 | E3 | 38 | 38 |
| Octal | 120 | 153 | 315 | 75 | 60 | 0 | 24 | 343 | 70 | 70 |
| Binary | 1010000 | 1101011 | 11001101 | 111101 | 110000 | 0 | 10100 | 11100011 | 111000 | 111000 |
Color Harmonies of #506BCD
Complementary color
Monochromatic Colors of #506BCD
Black with #506BCD
Text Example
Text Example
White with #506BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506BCD; }
p { color: rgb(80,107,205); }
H1.HeaderClassName
{
color: #506BCD;
}
.AnyTagClassName
{
color: #506BCD;
}
</style>
background-color css
<style>
a { background-color: #506BCD; }
a { background-color: rgb(80,107,205); }
div.DivClassName
{
background-color: #506BCD;
}
.BgClassName
{
background-color: #506BCD;
}
</style>
border-color css
<style>
span { border-color: #506BCD; }
span { border-color: rgb(80,107,205); }
td.TdClassName
{
border-color: #506BCD;
}
.TagClassName
{
border-color: #506BCD;
}
</style>