Shades of Royal Blue #506ECB
Tints of Royal Blue #506ECB
RGB
CMYK
RGB Variations
Color information
#506ECB (or 0x506ECB) is known color: Royal Blue. HEX triplet: 50, 6E and CB. RGB value is (80,110,203). Sum of RGB (Red+Green+Blue) = 80+110+203=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #506ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ECB is #AF9134. Grayscale: #6F6F6F. Windows color (decimal): -11505973 or 13332048. OLE color: 13332048.
HSL color Cylindrical-coordinate representation of color #506ECB: hue angle of 225.37º 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 #506ECB is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 110 | 203 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.20 |
| HSL | 225.37º | 0.54% | 0.55% | - |
| HSV(B) | 225.37º | 0.61% | 0.8% | - |
| XYZ | 19.66 | 17.17 | 58.78 | - |
| YUV | 111.63 | 179.56 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 203 | 0.61 | 0.46 | 0 | 0.20 | 225.37 | 0.54 | 0.55 |
| Hex | 50 | 6E | CB | 3D | 2E | 0 | 14 | E1 | 36 | 37 |
| Octal | 120 | 156 | 313 | 75 | 56 | 0 | 24 | 341 | 66 | 67 |
| Binary | 1010000 | 1101110 | 11001011 | 111101 | 101110 | 0 | 10100 | 11100001 | 110110 | 110111 |
Color Harmonies of #506ECB
Complementary color
Monochromatic Colors of #506ECB
Black with #506ECB
Text Example
Text Example
White with #506ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506ECB; }
p { color: rgb(80,110,203); }
H1.HeaderClassName
{
color: #506ECB;
}
.AnyTagClassName
{
color: #506ECB;
}
</style>
background-color css
<style>
a { background-color: #506ECB; }
a { background-color: rgb(80,110,203); }
div.DivClassName
{
background-color: #506ECB;
}
.BgClassName
{
background-color: #506ECB;
}
</style>
border-color css
<style>
span { border-color: #506ECB; }
span { border-color: rgb(80,110,203); }
td.TdClassName
{
border-color: #506ECB;
}
.TagClassName
{
border-color: #506ECB;
}
</style>