Shades of Royal Blue #5A71FD
Tints of Royal Blue #5A71FD
RGB
CMYK
RGB Variations
Color information
#5A71FD (or 0x5A71FD) is known color: Royal Blue. HEX triplet: 5A, 71 and FD. RGB value is (90,113,253). Sum of RGB (Red+Green+Blue) = 90+113+253=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A71FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A71FD is #A58E02. Grayscale: #797979. Windows color (decimal): -10849795 or 16609626. OLE color: 16609626.
HSL color Cylindrical-coordinate representation of color #5A71FD: hue angle of 231.53º 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 #5A71FD is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 113 | 253 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.01 |
| HSL | 231.53º | 0.98% | 0.67% | - |
| HSV(B) | 231.53º | 0.64% | 0.99% | - |
| XYZ | 27.85 | 21.08 | 95.53 | - |
| YUV | 122.08 | 201.88 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 253 | 0.64 | 0.55 | 0 | 0.01 | 231.53 | 0.98 | 0.67 |
| Hex | 5A | 71 | FD | 40 | 37 | 0 | 1 | E8 | 62 | 43 |
| Octal | 132 | 161 | 375 | 100 | 67 | 0 | 1 | 350 | 142 | 103 |
| Binary | 1011010 | 1110001 | 11111101 | 1000000 | 110111 | 0 | 1 | 11101000 | 1100010 | 1000011 |
Color Harmonies of #5A71FD
Complementary color
Monochromatic Colors of #5A71FD
Black with #5A71FD
Text Example
Text Example
White with #5A71FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A71FD; }
p { color: rgb(90,113,253); }
H1.HeaderClassName
{
color: #5A71FD;
}
.AnyTagClassName
{
color: #5A71FD;
}
</style>
background-color css
<style>
a { background-color: #5A71FD; }
a { background-color: rgb(90,113,253); }
div.DivClassName
{
background-color: #5A71FD;
}
.BgClassName
{
background-color: #5A71FD;
}
</style>
border-color css
<style>
span { border-color: #5A71FD; }
span { border-color: rgb(90,113,253); }
td.TdClassName
{
border-color: #5A71FD;
}
.TagClassName
{
border-color: #5A71FD;
}
</style>