Shades of Royal Blue #505CE4
Tints of Royal Blue #505CE4
RGB
CMYK
RGB Variations
Color information
#505CE4 (or 0x505CE4) is known color: Royal Blue. HEX triplet: 50, 5C and E4. RGB value is (80,92,228). Sum of RGB (Red+Green+Blue) = 80+92+228=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 228 (89.45% from 255 or 57% from 400); Max value from RGB is 228 - color contains mainly: blue. Hex color #505CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CE4 is #AFA31B. Grayscale: #676767. Windows color (decimal): -11510556 or 14965840. OLE color: 14965840.
HSL color Cylindrical-coordinate representation of color #505CE4: hue angle of 235.14º 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 #505CE4 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 92 | 228 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.11 |
| HSL | 235.14º | 0.73% | 0.6% | - |
| HSV(B) | 235.14º | 0.65% | 0.89% | - |
| XYZ | 21.14 | 14.96 | 75.17 | - |
| YUV | 103.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 228 | 0.65 | 0.60 | 0 | 0.11 | 235.14 | 0.73 | 0.6 |
| Hex | 50 | 5C | E4 | 41 | 3C | 0 | B | EB | 49 | 3C |
| Octal | 120 | 134 | 344 | 101 | 74 | 0 | 13 | 353 | 111 | 74 |
| Binary | 1010000 | 1011100 | 11100100 | 1000001 | 111100 | 0 | 1011 | 11101011 | 1001001 | 111100 |
Color Harmonies of #505CE4
Complementary color
Monochromatic Colors of #505CE4
Black with #505CE4
Text Example
Text Example
White with #505CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505CE4; }
p { color: rgb(80,92,228); }
H1.HeaderClassName
{
color: #505CE4;
}
.AnyTagClassName
{
color: #505CE4;
}
</style>
background-color css
<style>
a { background-color: #505CE4; }
a { background-color: rgb(80,92,228); }
div.DivClassName
{
background-color: #505CE4;
}
.BgClassName
{
background-color: #505CE4;
}
</style>
border-color css
<style>
span { border-color: #505CE4; }
span { border-color: rgb(80,92,228); }
td.TdClassName
{
border-color: #505CE4;
}
.TagClassName
{
border-color: #505CE4;
}
</style>