Shades of Royal Blue #5A6DF1
Tints of Royal Blue #5A6DF1
RGB
CMYK
RGB Variations
Color information
#5A6DF1 (or 0x5A6DF1) is known color: Royal Blue. HEX triplet: 5A, 6D and F1. RGB value is (90,109,241). Sum of RGB (Red+Green+Blue) = 90+109+241=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A6DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6DF1 is #A5920E. Grayscale: #757575. Windows color (decimal): -10850831 or 15822170. OLE color: 15822170.
HSL color Cylindrical-coordinate representation of color #5A6DF1: hue angle of 232.45º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A6DF1 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 109 | 241 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.05 |
| HSL | 232.45º | 0.84% | 0.65% | - |
| HSV(B) | 232.45º | 0.63% | 0.95% | - |
| XYZ | 25.56 | 19.46 | 85.63 | - |
| YUV | 118.37 | 197.21 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 241 | 0.63 | 0.55 | 0 | 0.05 | 232.45 | 0.84 | 0.65 |
| Hex | 5A | 6D | F1 | 3F | 37 | 0 | 5 | E8 | 54 | 41 |
| Octal | 132 | 155 | 361 | 77 | 67 | 0 | 5 | 350 | 124 | 101 |
| Binary | 1011010 | 1101101 | 11110001 | 111111 | 110111 | 0 | 101 | 11101000 | 1010100 | 1000001 |
Color Harmonies of #5A6DF1
Complementary color
Monochromatic Colors of #5A6DF1
Black with #5A6DF1
Text Example
Text Example
White with #5A6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DF1; }
p { color: rgb(90,109,241); }
H1.HeaderClassName
{
color: #5A6DF1;
}
.AnyTagClassName
{
color: #5A6DF1;
}
</style>
background-color css
<style>
a { background-color: #5A6DF1; }
a { background-color: rgb(90,109,241); }
div.DivClassName
{
background-color: #5A6DF1;
}
.BgClassName
{
background-color: #5A6DF1;
}
</style>
border-color css
<style>
span { border-color: #5A6DF1; }
span { border-color: rgb(90,109,241); }
td.TdClassName
{
border-color: #5A6DF1;
}
.TagClassName
{
border-color: #5A6DF1;
}
</style>