Shades of Royal Blue #5A6FFA
Tints of Royal Blue #5A6FFA
RGB
CMYK
RGB Variations
Color information
#5A6FFA (or 0x5A6FFA) is known color: Royal Blue. HEX triplet: 5A, 6F and FA. RGB value is (90,111,250). Sum of RGB (Red+Green+Blue) = 90+111+250=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A6FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6FFA is #A59005. Grayscale: #777777. Windows color (decimal): -10850310 or 16412506. OLE color: 16412506.
HSL color Cylindrical-coordinate representation of color #5A6FFA: hue angle of 232.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A6FFA is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 111 | 250 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.02 |
| HSL | 232.13º | 0.94% | 0.67% | - |
| HSV(B) | 232.13º | 0.64% | 0.98% | - |
| XYZ | 27.16 | 20.44 | 92.96 | - |
| YUV | 120.57 | 201.04 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 250 | 0.64 | 0.56 | 0 | 0.02 | 232.13 | 0.94 | 0.67 |
| Hex | 5A | 6F | FA | 40 | 38 | 0 | 2 | E8 | 5E | 43 |
| Octal | 132 | 157 | 372 | 100 | 70 | 0 | 2 | 350 | 136 | 103 |
| Binary | 1011010 | 1101111 | 11111010 | 1000000 | 111000 | 0 | 10 | 11101000 | 1011110 | 1000011 |
Color Harmonies of #5A6FFA
Complementary color
Monochromatic Colors of #5A6FFA
Black with #5A6FFA
Text Example
Text Example
White with #5A6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FFA; }
p { color: rgb(90,111,250); }
H1.HeaderClassName
{
color: #5A6FFA;
}
.AnyTagClassName
{
color: #5A6FFA;
}
</style>
background-color css
<style>
a { background-color: #5A6FFA; }
a { background-color: rgb(90,111,250); }
div.DivClassName
{
background-color: #5A6FFA;
}
.BgClassName
{
background-color: #5A6FFA;
}
</style>
border-color css
<style>
span { border-color: #5A6FFA; }
span { border-color: rgb(90,111,250); }
td.TdClassName
{
border-color: #5A6FFA;
}
.TagClassName
{
border-color: #5A6FFA;
}
</style>