Shades of Royal Blue #5A72FD
Tints of Royal Blue #5A72FD
RGB
CMYK
RGB Variations
Color information
#5A72FD (or 0x5A72FD) is known color: Royal Blue. HEX triplet: 5A, 72 and FD. RGB value is (90,114,253). Sum of RGB (Red+Green+Blue) = 90+114+253=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A72FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A72FD is #A58D02. Grayscale: #7A7A7A. Windows color (decimal): -10849539 or 16609882. OLE color: 16609882.
HSL color Cylindrical-coordinate representation of color #5A72FD: hue angle of 231.17º 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 #5A72FD is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 114 | 253 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.01 |
| HSL | 231.17º | 0.98% | 0.67% | - |
| HSV(B) | 231.17º | 0.64% | 0.99% | - |
| XYZ | 27.96 | 21.3 | 95.57 | - |
| YUV | 122.67 | 201.55 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 253 | 0.64 | 0.55 | 0 | 0.01 | 231.17 | 0.98 | 0.67 |
| Hex | 5A | 72 | FD | 40 | 37 | 0 | 1 | E7 | 62 | 43 |
| Octal | 132 | 162 | 375 | 100 | 67 | 0 | 1 | 347 | 142 | 103 |
| Binary | 1011010 | 1110010 | 11111101 | 1000000 | 110111 | 0 | 1 | 11100111 | 1100010 | 1000011 |
Color Harmonies of #5A72FD
Complementary color
Monochromatic Colors of #5A72FD
Black with #5A72FD
Text Example
Text Example
White with #5A72FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A72FD; }
p { color: rgb(90,114,253); }
H1.HeaderClassName
{
color: #5A72FD;
}
.AnyTagClassName
{
color: #5A72FD;
}
</style>
background-color css
<style>
a { background-color: #5A72FD; }
a { background-color: rgb(90,114,253); }
div.DivClassName
{
background-color: #5A72FD;
}
.BgClassName
{
background-color: #5A72FD;
}
</style>
border-color css
<style>
span { border-color: #5A72FD; }
span { border-color: rgb(90,114,253); }
td.TdClassName
{
border-color: #5A72FD;
}
.TagClassName
{
border-color: #5A72FD;
}
</style>