Shades of Royal Blue #1659FD
Tints of Royal Blue #1659FD
RGB
CMYK
RGB Variations
Color information
#1659FD (or 0x1659FD) is known color: Royal Blue. HEX triplet: 16, 59 and FD. RGB value is (22,89,253). Sum of RGB (Red+Green+Blue) = 22+89+253=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #1659FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1659FD is #E9A602. Grayscale: #565656. Windows color (decimal): -15312387 or 16603414. OLE color: 16603414.
HSL color Cylindrical-coordinate representation of color #1659FD: hue angle of 222.6º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1659FD is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 89 | 253 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.01 |
| HSL | 222.6º | 0.98% | 0.54% | - |
| HSV(B) | 222.6º | 0.91% | 0.99% | - |
| XYZ | 21.63 | 14.41 | 94.57 | - |
| YUV | 87.66 | 221.3 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 253 | 0.91 | 0.65 | 0 | 0.01 | 222.6 | 0.98 | 0.54 |
| Hex | 16 | 59 | FD | 5B | 41 | 0 | 1 | DF | 62 | 36 |
| Octal | 26 | 131 | 375 | 133 | 101 | 0 | 1 | 337 | 142 | 66 |
| Binary | 10110 | 1011001 | 11111101 | 1011011 | 1000001 | 0 | 1 | 11011111 | 1100010 | 110110 |
Color Harmonies of #1659FD
Complementary color
Monochromatic Colors of #1659FD
Black with #1659FD
Text Example
Text Example
White with #1659FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659FD; }
p { color: rgb(22,89,253); }
H1.HeaderClassName
{
color: #1659FD;
}
.AnyTagClassName
{
color: #1659FD;
}
</style>
background-color css
<style>
a { background-color: #1659FD; }
a { background-color: rgb(22,89,253); }
div.DivClassName
{
background-color: #1659FD;
}
.BgClassName
{
background-color: #1659FD;
}
</style>
border-color css
<style>
span { border-color: #1659FD; }
span { border-color: rgb(22,89,253); }
td.TdClassName
{
border-color: #1659FD;
}
.TagClassName
{
border-color: #1659FD;
}
</style>