Shades of Royal Blue #1659FA
Tints of Royal Blue #1659FA
RGB
CMYK
RGB Variations
Color information
#1659FA (or 0x1659FA) is known color: Royal Blue. HEX triplet: 16, 59 and FA. RGB value is (22,89,250). Sum of RGB (Red+Green+Blue) = 22+89+250=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #1659FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1659FA is #E9A605. Grayscale: #565656. Windows color (decimal): -15312390 or 16406806. OLE color: 16406806.
HSL color Cylindrical-coordinate representation of color #1659FA: hue angle of 222.37º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1659FA is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 89 | 250 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.02 |
| HSL | 222.37º | 0.96% | 0.53% | - |
| HSV(B) | 222.37º | 0.91% | 0.98% | - |
| XYZ | 21.16 | 14.22 | 92.07 | - |
| YUV | 87.32 | 219.8 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 250 | 0.91 | 0.64 | 0 | 0.02 | 222.37 | 0.96 | 0.53 |
| Hex | 16 | 59 | FA | 5B | 40 | 0 | 2 | DE | 60 | 35 |
| Octal | 26 | 131 | 372 | 133 | 100 | 0 | 2 | 336 | 140 | 65 |
| Binary | 10110 | 1011001 | 11111010 | 1011011 | 1000000 | 0 | 10 | 11011110 | 1100000 | 110101 |
Color Harmonies of #1659FA
Complementary color
Monochromatic Colors of #1659FA
Black with #1659FA
Text Example
Text Example
White with #1659FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659FA; }
p { color: rgb(22,89,250); }
H1.HeaderClassName
{
color: #1659FA;
}
.AnyTagClassName
{
color: #1659FA;
}
</style>
background-color css
<style>
a { background-color: #1659FA; }
a { background-color: rgb(22,89,250); }
div.DivClassName
{
background-color: #1659FA;
}
.BgClassName
{
background-color: #1659FA;
}
</style>
border-color css
<style>
span { border-color: #1659FA; }
span { border-color: rgb(22,89,250); }
td.TdClassName
{
border-color: #1659FA;
}
.TagClassName
{
border-color: #1659FA;
}
</style>