Shades of Royal Blue #5A73FD
Tints of Royal Blue #5A73FD
RGB
CMYK
RGB Variations
Color information
#5A73FD (or 0x5A73FD) is known color: Royal Blue. HEX triplet: 5A, 73 and FD. RGB value is (90,115,253). Sum of RGB (Red+Green+Blue) = 90+115+253=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A73FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A73FD is #A58C02. Grayscale: #7A7A7A. Windows color (decimal): -10849283 or 16610138. OLE color: 16610138.
HSL color Cylindrical-coordinate representation of color #5A73FD: hue angle of 230.8º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A73FD is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 115 | 253 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.01 |
| HSL | 230.8º | 0.98% | 0.67% | - |
| HSV(B) | 230.8º | 0.64% | 0.99% | - |
| XYZ | 28.08 | 21.53 | 95.6 | - |
| YUV | 123.26 | 201.22 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 253 | 0.64 | 0.55 | 0 | 0.01 | 230.8 | 0.98 | 0.67 |
| Hex | 5A | 73 | FD | 40 | 37 | 0 | 1 | E7 | 62 | 43 |
| Octal | 132 | 163 | 375 | 100 | 67 | 0 | 1 | 347 | 142 | 103 |
| Binary | 1011010 | 1110011 | 11111101 | 1000000 | 110111 | 0 | 1 | 11100111 | 1100010 | 1000011 |
Color Harmonies of #5A73FD
Complementary color
Monochromatic Colors of #5A73FD
Black with #5A73FD
Text Example
Text Example
White with #5A73FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A73FD; }
p { color: rgb(90,115,253); }
H1.HeaderClassName
{
color: #5A73FD;
}
.AnyTagClassName
{
color: #5A73FD;
}
</style>
background-color css
<style>
a { background-color: #5A73FD; }
a { background-color: rgb(90,115,253); }
div.DivClassName
{
background-color: #5A73FD;
}
.BgClassName
{
background-color: #5A73FD;
}
</style>
border-color css
<style>
span { border-color: #5A73FD; }
span { border-color: rgb(90,115,253); }
td.TdClassName
{
border-color: #5A73FD;
}
.TagClassName
{
border-color: #5A73FD;
}
</style>