Shades of Royal Blue #5A7CDF
Tints of Royal Blue #5A7CDF
RGB
CMYK
RGB Variations
Color information
#5A7CDF (or 0x5A7CDF) is known color: Royal Blue. HEX triplet: 5A, 7C and DF. RGB value is (90,124,223). Sum of RGB (Red+Green+Blue) = 90+124+223=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A7CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7CDF is #A58320. Grayscale: #7C7C7C. Windows color (decimal): -10847009 or 14646362. OLE color: 14646362.
HSL color Cylindrical-coordinate representation of color #5A7CDF: hue angle of 224.66º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A7CDF is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 124 | 223 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.13 |
| HSL | 224.66º | 0.68% | 0.61% | - |
| HSV(B) | 224.66º | 0.6% | 0.87% | - |
| XYZ | 24.74 | 21.92 | 72.74 | - |
| YUV | 125.12 | 183.24 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 124 | 223 | 0.60 | 0.44 | 0 | 0.13 | 224.66 | 0.68 | 0.61 |
| Hex | 5A | 7C | DF | 3C | 2C | 0 | D | E1 | 44 | 3D |
| Octal | 132 | 174 | 337 | 74 | 54 | 0 | 15 | 341 | 104 | 75 |
| Binary | 1011010 | 1111100 | 11011111 | 111100 | 101100 | 0 | 1101 | 11100001 | 1000100 | 111101 |
Color Harmonies of #5A7CDF
Complementary color
Monochromatic Colors of #5A7CDF
Black with #5A7CDF
Text Example
Text Example
White with #5A7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7CDF; }
p { color: rgb(90,124,223); }
H1.HeaderClassName
{
color: #5A7CDF;
}
.AnyTagClassName
{
color: #5A7CDF;
}
</style>
background-color css
<style>
a { background-color: #5A7CDF; }
a { background-color: rgb(90,124,223); }
div.DivClassName
{
background-color: #5A7CDF;
}
.BgClassName
{
background-color: #5A7CDF;
}
</style>
border-color css
<style>
span { border-color: #5A7CDF; }
span { border-color: rgb(90,124,223); }
td.TdClassName
{
border-color: #5A7CDF;
}
.TagClassName
{
border-color: #5A7CDF;
}
</style>