Shades of Royal Blue #506FCC
Tints of Royal Blue #506FCC
RGB
CMYK
RGB Variations
Color information
#506FCC (or 0x506FCC) is known color: Royal Blue. HEX triplet: 50, 6F and CC. RGB value is (80,111,204). Sum of RGB (Red+Green+Blue) = 80+111+204=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #506FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FCC is #AF9033. Grayscale: #6F6F6F. Windows color (decimal): -11505716 or 13397840. OLE color: 13397840.
HSL color Cylindrical-coordinate representation of color #506FCC: hue angle of 225º degrees, saturation: 0.55, 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 #506FCC is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 111 | 204 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.2 |
| HSL | 225º | 0.55% | 0.56% | - |
| HSV(B) | 225º | 0.61% | 0.8% | - |
| XYZ | 19.89 | 17.43 | 59.44 | - |
| YUV | 112.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 204 | 0.61 | 0.46 | 0 | 0.2 | 225 | 0.55 | 0.56 |
| Hex | 50 | 6F | CC | 3D | 2E | 0 | 14 | E1 | 37 | 38 |
| Octal | 120 | 157 | 314 | 75 | 56 | 0 | 24 | 341 | 67 | 70 |
| Binary | 1010000 | 1101111 | 11001100 | 111101 | 101110 | 0 | 10100 | 11100001 | 110111 | 111000 |
Color Harmonies of #506FCC
Complementary color
Monochromatic Colors of #506FCC
Black with #506FCC
Text Example
Text Example
White with #506FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FCC; }
p { color: rgb(80,111,204); }
H1.HeaderClassName
{
color: #506FCC;
}
.AnyTagClassName
{
color: #506FCC;
}
</style>
background-color css
<style>
a { background-color: #506FCC; }
a { background-color: rgb(80,111,204); }
div.DivClassName
{
background-color: #506FCC;
}
.BgClassName
{
background-color: #506FCC;
}
</style>
border-color css
<style>
span { border-color: #506FCC; }
span { border-color: rgb(80,111,204); }
td.TdClassName
{
border-color: #506FCC;
}
.TagClassName
{
border-color: #506FCC;
}
</style>