Shades of Royal Blue #506FDC
Tints of Royal Blue #506FDC
RGB
CMYK
RGB Variations
Color information
#506FDC (or 0x506FDC) is known color: Royal Blue. HEX triplet: 50, 6F and DC. RGB value is (80,111,220). Sum of RGB (Red+Green+Blue) = 80+111+220=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #506FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FDC is #AF9023. Grayscale: #717171. Windows color (decimal): -11505700 or 14446416. OLE color: 14446416.
HSL color Cylindrical-coordinate representation of color #506FDC: hue angle of 226.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #506FDC is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 111 | 220 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.14 |
| HSL | 226.71º | 0.67% | 0.59% | - |
| HSV(B) | 226.71º | 0.64% | 0.86% | - |
| XYZ | 21.91 | 18.24 | 70.08 | - |
| YUV | 114.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 220 | 0.64 | 0.50 | 0 | 0.14 | 226.71 | 0.67 | 0.59 |
| Hex | 50 | 6F | DC | 40 | 32 | 0 | E | E3 | 43 | 3B |
| Octal | 120 | 157 | 334 | 100 | 62 | 0 | 16 | 343 | 103 | 73 |
| Binary | 1010000 | 1101111 | 11011100 | 1000000 | 110010 | 0 | 1110 | 11100011 | 1000011 | 111011 |
Color Harmonies of #506FDC
Complementary color
Monochromatic Colors of #506FDC
Black with #506FDC
Text Example
Text Example
White with #506FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FDC; }
p { color: rgb(80,111,220); }
H1.HeaderClassName
{
color: #506FDC;
}
.AnyTagClassName
{
color: #506FDC;
}
</style>
background-color css
<style>
a { background-color: #506FDC; }
a { background-color: rgb(80,111,220); }
div.DivClassName
{
background-color: #506FDC;
}
.BgClassName
{
background-color: #506FDC;
}
</style>
border-color css
<style>
span { border-color: #506FDC; }
span { border-color: rgb(80,111,220); }
td.TdClassName
{
border-color: #506FDC;
}
.TagClassName
{
border-color: #506FDC;
}
</style>