Shades of Royal Blue #506FFC
Tints of Royal Blue #506FFC
RGB
CMYK
RGB Variations
Color information
#506FFC (or 0x506FFC) is known color: Royal Blue. HEX triplet: 50, 6F and FC. RGB value is (80,111,252). Sum of RGB (Red+Green+Blue) = 80+111+252=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #506FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FFC is #AF9003. Grayscale: #757575. Windows color (decimal): -11505668 or 16543568. OLE color: 16543568.
HSL color Cylindrical-coordinate representation of color #506FFC: hue angle of 229.19º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #506FFC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 111 | 252 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.01 |
| HSL | 229.19º | 0.97% | 0.65% | - |
| HSV(B) | 229.19º | 0.68% | 0.99% | - |
| XYZ | 26.56 | 20.1 | 94.58 | - |
| YUV | 117.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 252 | 0.68 | 0.56 | 0 | 0.01 | 229.19 | 0.97 | 0.65 |
| Hex | 50 | 6F | FC | 44 | 38 | 0 | 1 | E5 | 61 | 41 |
| Octal | 120 | 157 | 374 | 104 | 70 | 0 | 1 | 345 | 141 | 101 |
| Binary | 1010000 | 1101111 | 11111100 | 1000100 | 111000 | 0 | 1 | 11100101 | 1100001 | 1000001 |
Color Harmonies of #506FFC
Complementary color
Monochromatic Colors of #506FFC
Black with #506FFC
Text Example
Text Example
White with #506FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FFC; }
p { color: rgb(80,111,252); }
H1.HeaderClassName
{
color: #506FFC;
}
.AnyTagClassName
{
color: #506FFC;
}
</style>
background-color css
<style>
a { background-color: #506FFC; }
a { background-color: rgb(80,111,252); }
div.DivClassName
{
background-color: #506FFC;
}
.BgClassName
{
background-color: #506FFC;
}
</style>
border-color css
<style>
span { border-color: #506FFC; }
span { border-color: rgb(80,111,252); }
td.TdClassName
{
border-color: #506FFC;
}
.TagClassName
{
border-color: #506FFC;
}
</style>