Shades of Royal Blue #5A74FF
Tints of Royal Blue #5A74FF
RGB
CMYK
RGB Variations
Color information
#5A74FF (or 0x5A74FF) is known color: Royal Blue. HEX triplet: 5A, 74 and FF. RGB value is (90,116,255). Sum of RGB (Red+Green+Blue) = 90+116+255=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A74FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A74FF is #A58B00. Grayscale: #7B7B7B. Windows color (decimal): -10849025 or 16741466. OLE color: 16741466.
HSL color Cylindrical-coordinate representation of color #5A74FF: hue angle of 230.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A74FF is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 116 | 255 | - |
| CMYK | 0.65 | 0.55 | 0 | 0 |
| HSL | 230.55º | 1% | 0.68% | - |
| HSV(B) | 230.55º | 0.65% | 1% | - |
| XYZ | 28.51 | 21.88 | 97.33 | - |
| YUV | 124.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 255 | 0.65 | 0.55 | 0 | 0 | 230.55 | 1 | 0.68 |
| Hex | 5A | 74 | FF | 41 | 37 | 0 | 0 | E7 | 64 | 44 |
| Octal | 132 | 164 | 377 | 101 | 67 | 0 | 0 | 347 | 144 | 104 |
| Binary | 1011010 | 1110100 | 11111111 | 1000001 | 110111 | 0 | 0 | 11100111 | 1100100 | 1000100 |
Color Harmonies of #5A74FF
Complementary color
Monochromatic Colors of #5A74FF
Black with #5A74FF
Text Example
Text Example
White with #5A74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A74FF; }
p { color: rgb(90,116,255); }
H1.HeaderClassName
{
color: #5A74FF;
}
.AnyTagClassName
{
color: #5A74FF;
}
</style>
background-color css
<style>
a { background-color: #5A74FF; }
a { background-color: rgb(90,116,255); }
div.DivClassName
{
background-color: #5A74FF;
}
.BgClassName
{
background-color: #5A74FF;
}
</style>
border-color css
<style>
span { border-color: #5A74FF; }
span { border-color: rgb(90,116,255); }
td.TdClassName
{
border-color: #5A74FF;
}
.TagClassName
{
border-color: #5A74FF;
}
</style>