Shades of Royal Blue #505CDF
Tints of Royal Blue #505CDF
RGB
CMYK
RGB Variations
Color information
#505CDF (or 0x505CDF) is known color: Royal Blue. HEX triplet: 50, 5C and DF. RGB value is (80,92,223). Sum of RGB (Red+Green+Blue) = 80+92+223=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #505CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CDF is #AFA320. Grayscale: #666666. Windows color (decimal): -11510561 or 14638160. OLE color: 14638160.
HSL color Cylindrical-coordinate representation of color #505CDF: hue angle of 234.97º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505CDF is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 92 | 223 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.13 |
| HSL | 234.97º | 0.69% | 0.59% | - |
| HSV(B) | 234.97º | 0.64% | 0.87% | - |
| XYZ | 20.45 | 14.69 | 71.57 | - |
| YUV | 103.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 223 | 0.64 | 0.59 | 0 | 0.13 | 234.97 | 0.69 | 0.59 |
| Hex | 50 | 5C | DF | 40 | 3B | 0 | D | EB | 45 | 3B |
| Octal | 120 | 134 | 337 | 100 | 73 | 0 | 15 | 353 | 105 | 73 |
| Binary | 1010000 | 1011100 | 11011111 | 1000000 | 111011 | 0 | 1101 | 11101011 | 1000101 | 111011 |
Color Harmonies of #505CDF
Complementary color
Monochromatic Colors of #505CDF
Black with #505CDF
Text Example
Text Example
White with #505CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505CDF; }
p { color: rgb(80,92,223); }
H1.HeaderClassName
{
color: #505CDF;
}
.AnyTagClassName
{
color: #505CDF;
}
</style>
background-color css
<style>
a { background-color: #505CDF; }
a { background-color: rgb(80,92,223); }
div.DivClassName
{
background-color: #505CDF;
}
.BgClassName
{
background-color: #505CDF;
}
</style>
border-color css
<style>
span { border-color: #505CDF; }
span { border-color: rgb(80,92,223); }
td.TdClassName
{
border-color: #505CDF;
}
.TagClassName
{
border-color: #505CDF;
}
</style>