Shades of Royal Blue #506FEC
Tints of Royal Blue #506FEC
RGB
CMYK
RGB Variations
Color information
#506FEC (or 0x506FEC) is known color: Royal Blue. HEX triplet: 50, 6F and EC. RGB value is (80,111,236). Sum of RGB (Red+Green+Blue) = 80+111+236=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #506FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FEC is #AF9013. Grayscale: #737373. Windows color (decimal): -11505684 or 15494992. OLE color: 15494992.
HSL color Cylindrical-coordinate representation of color #506FEC: hue angle of 228.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #506FEC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 111 | 236 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.07 |
| HSL | 228.08º | 0.8% | 0.62% | - |
| HSV(B) | 228.08º | 0.66% | 0.93% | - |
| XYZ | 24.13 | 19.13 | 81.78 | - |
| YUV | 115.98 | 195.73 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 236 | 0.66 | 0.53 | 0 | 0.07 | 228.08 | 0.8 | 0.62 |
| Hex | 50 | 6F | EC | 42 | 35 | 0 | 7 | E4 | 50 | 3E |
| Octal | 120 | 157 | 354 | 102 | 65 | 0 | 7 | 344 | 120 | 76 |
| Binary | 1010000 | 1101111 | 11101100 | 1000010 | 110101 | 0 | 111 | 11100100 | 1010000 | 111110 |
Color Harmonies of #506FEC
Complementary color
Monochromatic Colors of #506FEC
Black with #506FEC
Text Example
Text Example
White with #506FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FEC; }
p { color: rgb(80,111,236); }
H1.HeaderClassName
{
color: #506FEC;
}
.AnyTagClassName
{
color: #506FEC;
}
</style>
background-color css
<style>
a { background-color: #506FEC; }
a { background-color: rgb(80,111,236); }
div.DivClassName
{
background-color: #506FEC;
}
.BgClassName
{
background-color: #506FEC;
}
</style>
border-color css
<style>
span { border-color: #506FEC; }
span { border-color: rgb(80,111,236); }
td.TdClassName
{
border-color: #506FEC;
}
.TagClassName
{
border-color: #506FEC;
}
</style>