Shades of Royal Blue #506CE4
Tints of Royal Blue #506CE4
RGB
CMYK
RGB Variations
Color information
#506CE4 (or 0x506CE4) is known color: Royal Blue. HEX triplet: 50, 6C and E4. RGB value is (80,108,228). Sum of RGB (Red+Green+Blue) = 80+108+228=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 228 (89.45% from 255 or 54.81% from 416); Max value from RGB is 228 - color contains mainly: blue. Hex color #506CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CE4 is #AF931B. Grayscale: #707070. Windows color (decimal): -11506460 or 14969936. OLE color: 14969936.
HSL color Cylindrical-coordinate representation of color #506CE4: hue angle of 228.65º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506CE4 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 108 | 228 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.11 |
| HSL | 228.65º | 0.73% | 0.6% | - |
| HSV(B) | 228.65º | 0.65% | 0.89% | - |
| XYZ | 22.67 | 18.03 | 75.68 | - |
| YUV | 113.31 | 192.72 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 228 | 0.65 | 0.53 | 0 | 0.11 | 228.65 | 0.73 | 0.6 |
| Hex | 50 | 6C | E4 | 41 | 35 | 0 | B | E5 | 49 | 3C |
| Octal | 120 | 154 | 344 | 101 | 65 | 0 | 13 | 345 | 111 | 74 |
| Binary | 1010000 | 1101100 | 11100100 | 1000001 | 110101 | 0 | 1011 | 11100101 | 1001001 | 111100 |
Color Harmonies of #506CE4
Complementary color
Monochromatic Colors of #506CE4
Black with #506CE4
Text Example
Text Example
White with #506CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CE4; }
p { color: rgb(80,108,228); }
H1.HeaderClassName
{
color: #506CE4;
}
.AnyTagClassName
{
color: #506CE4;
}
</style>
background-color css
<style>
a { background-color: #506CE4; }
a { background-color: rgb(80,108,228); }
div.DivClassName
{
background-color: #506CE4;
}
.BgClassName
{
background-color: #506CE4;
}
</style>
border-color css
<style>
span { border-color: #506CE4; }
span { border-color: rgb(80,108,228); }
td.TdClassName
{
border-color: #506CE4;
}
.TagClassName
{
border-color: #506CE4;
}
</style>