Shades of Royal Blue #5A68F1
Tints of Royal Blue #5A68F1
RGB
CMYK
RGB Variations
Color information
#5A68F1 (or 0x5A68F1) is known color: Royal Blue. HEX triplet: 5A, 68 and F1. RGB value is (90,104,241). Sum of RGB (Red+Green+Blue) = 90+104+241=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A68F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A68F1 is #A5970E. Grayscale: #727272. Windows color (decimal): -10852111 or 15820890. OLE color: 15820890.
HSL color Cylindrical-coordinate representation of color #5A68F1: hue angle of 234.44º 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 #5A68F1 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 104 | 241 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.05 |
| HSL | 234.44º | 0.84% | 0.65% | - |
| HSV(B) | 234.44º | 0.63% | 0.95% | - |
| XYZ | 25.04 | 18.43 | 85.46 | - |
| YUV | 115.43 | 198.86 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 241 | 0.63 | 0.57 | 0 | 0.05 | 234.44 | 0.84 | 0.65 |
| Hex | 5A | 68 | F1 | 3F | 39 | 0 | 5 | EA | 54 | 41 |
| Octal | 132 | 150 | 361 | 77 | 71 | 0 | 5 | 352 | 124 | 101 |
| Binary | 1011010 | 1101000 | 11110001 | 111111 | 111001 | 0 | 101 | 11101010 | 1010100 | 1000001 |
Color Harmonies of #5A68F1
Complementary color
Monochromatic Colors of #5A68F1
Black with #5A68F1
Text Example
Text Example
White with #5A68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A68F1; }
p { color: rgb(90,104,241); }
H1.HeaderClassName
{
color: #5A68F1;
}
.AnyTagClassName
{
color: #5A68F1;
}
</style>
background-color css
<style>
a { background-color: #5A68F1; }
a { background-color: rgb(90,104,241); }
div.DivClassName
{
background-color: #5A68F1;
}
.BgClassName
{
background-color: #5A68F1;
}
</style>
border-color css
<style>
span { border-color: #5A68F1; }
span { border-color: rgb(90,104,241); }
td.TdClassName
{
border-color: #5A68F1;
}
.TagClassName
{
border-color: #5A68F1;
}
</style>