Shades of Royal Blue #5A6AF2
Tints of Royal Blue #5A6AF2
RGB
CMYK
RGB Variations
Color information
#5A6AF2 (or 0x5A6AF2) is known color: Royal Blue. HEX triplet: 5A, 6A and F2. RGB value is (90,106,242). Sum of RGB (Red+Green+Blue) = 90+106+242=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #5A6AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6AF2 is #A5950D. Grayscale: #747474. Windows color (decimal): -10851598 or 15886938. OLE color: 15886938.
HSL color Cylindrical-coordinate representation of color #5A6AF2: hue angle of 233.68º degrees, saturation: 0.85, 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 #5A6AF2 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 106 | 242 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.05 |
| HSL | 233.68º | 0.85% | 0.65% | - |
| HSV(B) | 233.68º | 0.63% | 0.95% | - |
| XYZ | 25.4 | 18.89 | 86.31 | - |
| YUV | 116.72 | 198.7 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 242 | 0.63 | 0.56 | 0 | 0.05 | 233.68 | 0.85 | 0.65 |
| Hex | 5A | 6A | F2 | 3F | 38 | 0 | 5 | EA | 55 | 41 |
| Octal | 132 | 152 | 362 | 77 | 70 | 0 | 5 | 352 | 125 | 101 |
| Binary | 1011010 | 1101010 | 11110010 | 111111 | 111000 | 0 | 101 | 11101010 | 1010101 | 1000001 |
Color Harmonies of #5A6AF2
Complementary color
Monochromatic Colors of #5A6AF2
Black with #5A6AF2
Text Example
Text Example
White with #5A6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6AF2; }
p { color: rgb(90,106,242); }
H1.HeaderClassName
{
color: #5A6AF2;
}
.AnyTagClassName
{
color: #5A6AF2;
}
</style>
background-color css
<style>
a { background-color: #5A6AF2; }
a { background-color: rgb(90,106,242); }
div.DivClassName
{
background-color: #5A6AF2;
}
.BgClassName
{
background-color: #5A6AF2;
}
</style>
border-color css
<style>
span { border-color: #5A6AF2; }
span { border-color: rgb(90,106,242); }
td.TdClassName
{
border-color: #5A6AF2;
}
.TagClassName
{
border-color: #5A6AF2;
}
</style>