Shades of Royal Blue #506FFF
Tints of Royal Blue #506FFF
RGB
CMYK
RGB Variations
Color information
#506FFF (or 0x506FFF) is known color: Royal Blue. HEX triplet: 50, 6F and FF. RGB value is (80,111,255). Sum of RGB (Red+Green+Blue) = 80+111+255=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #506FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FFF is #AF9000. Grayscale: #757575. Windows color (decimal): -11505665 or 16740176. OLE color: 16740176.
HSL color Cylindrical-coordinate representation of color #506FFF: hue angle of 229.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #506FFF is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 111 | 255 | - |
| CMYK | 0.69 | 0.56 | 0 | 0 |
| HSL | 229.37º | 1% | 0.66% | - |
| HSV(B) | 229.37º | 0.69% | 1% | - |
| XYZ | 27.04 | 20.29 | 97.1 | - |
| YUV | 118.15 | 205.23 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 255 | 0.69 | 0.56 | 0 | 0 | 229.37 | 1 | 0.66 |
| Hex | 50 | 6F | FF | 45 | 38 | 0 | 0 | E5 | 64 | 42 |
| Octal | 120 | 157 | 377 | 105 | 70 | 0 | 0 | 345 | 144 | 102 |
| Binary | 1010000 | 1101111 | 11111111 | 1000101 | 111000 | 0 | 0 | 11100101 | 1100100 | 1000010 |
Color Harmonies of #506FFF
Complementary color
Monochromatic Colors of #506FFF
Black with #506FFF
Text Example
Text Example
White with #506FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FFF; }
p { color: rgb(80,111,255); }
H1.HeaderClassName
{
color: #506FFF;
}
.AnyTagClassName
{
color: #506FFF;
}
</style>
background-color css
<style>
a { background-color: #506FFF; }
a { background-color: rgb(80,111,255); }
div.DivClassName
{
background-color: #506FFF;
}
.BgClassName
{
background-color: #506FFF;
}
</style>
border-color css
<style>
span { border-color: #506FFF; }
span { border-color: rgb(80,111,255); }
td.TdClassName
{
border-color: #506FFF;
}
.TagClassName
{
border-color: #506FFF;
}
</style>