Shades of Royal Blue #506FCB
Tints of Royal Blue #506FCB
RGB
CMYK
RGB Variations
Color information
#506FCB (or 0x506FCB) is known color: Royal Blue. HEX triplet: 50, 6F and CB. RGB value is (80,111,203). Sum of RGB (Red+Green+Blue) = 80+111+203=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #506FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FCB is #AF9034. Grayscale: #6F6F6F. Windows color (decimal): -11505717 or 13332304. OLE color: 13332304.
HSL color Cylindrical-coordinate representation of color #506FCB: hue angle of 224.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506FCB is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 111 | 203 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.20 |
| HSL | 224.88º | 0.54% | 0.55% | - |
| HSV(B) | 224.88º | 0.61% | 0.8% | - |
| XYZ | 19.77 | 17.39 | 58.81 | - |
| YUV | 112.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 203 | 0.61 | 0.45 | 0 | 0.20 | 224.88 | 0.54 | 0.55 |
| Hex | 50 | 6F | CB | 3D | 2D | 0 | 14 | E1 | 36 | 37 |
| Octal | 120 | 157 | 313 | 75 | 55 | 0 | 24 | 341 | 66 | 67 |
| Binary | 1010000 | 1101111 | 11001011 | 111101 | 101101 | 0 | 10100 | 11100001 | 110110 | 110111 |
Color Harmonies of #506FCB
Complementary color
Monochromatic Colors of #506FCB
Black with #506FCB
Text Example
Text Example
White with #506FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FCB; }
p { color: rgb(80,111,203); }
H1.HeaderClassName
{
color: #506FCB;
}
.AnyTagClassName
{
color: #506FCB;
}
</style>
background-color css
<style>
a { background-color: #506FCB; }
a { background-color: rgb(80,111,203); }
div.DivClassName
{
background-color: #506FCB;
}
.BgClassName
{
background-color: #506FCB;
}
</style>
border-color css
<style>
span { border-color: #506FCB; }
span { border-color: rgb(80,111,203); }
td.TdClassName
{
border-color: #506FCB;
}
.TagClassName
{
border-color: #506FCB;
}
</style>