Shades of Royal Blue #1659FC
Tints of Royal Blue #1659FC
RGB
CMYK
RGB Variations
Color information
#1659FC (or 0x1659FC) is known color: Royal Blue. HEX triplet: 16, 59 and FC. RGB value is (22,89,252). Sum of RGB (Red+Green+Blue) = 22+89+252=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #1659FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1659FC is #E9A603. Grayscale: #565656. Windows color (decimal): -15312388 or 16537878. OLE color: 16537878.
HSL color Cylindrical-coordinate representation of color #1659FC: hue angle of 222.52º degrees, saturation: 0.97, 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 #1659FC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 89 | 252 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.01 |
| HSL | 222.52º | 0.97% | 0.54% | - |
| HSV(B) | 222.52º | 0.91% | 0.99% | - |
| XYZ | 21.47 | 14.34 | 93.73 | - |
| YUV | 87.55 | 220.8 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 252 | 0.91 | 0.65 | 0 | 0.01 | 222.52 | 0.97 | 0.54 |
| Hex | 16 | 59 | FC | 5B | 41 | 0 | 1 | DF | 61 | 36 |
| Octal | 26 | 131 | 374 | 133 | 101 | 0 | 1 | 337 | 141 | 66 |
| Binary | 10110 | 1011001 | 11111100 | 1011011 | 1000001 | 0 | 1 | 11011111 | 1100001 | 110110 |
Color Harmonies of #1659FC
Complementary color
Monochromatic Colors of #1659FC
Black with #1659FC
Text Example
Text Example
White with #1659FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659FC; }
p { color: rgb(22,89,252); }
H1.HeaderClassName
{
color: #1659FC;
}
.AnyTagClassName
{
color: #1659FC;
}
</style>
background-color css
<style>
a { background-color: #1659FC; }
a { background-color: rgb(22,89,252); }
div.DivClassName
{
background-color: #1659FC;
}
.BgClassName
{
background-color: #1659FC;
}
</style>
border-color css
<style>
span { border-color: #1659FC; }
span { border-color: rgb(22,89,252); }
td.TdClassName
{
border-color: #1659FC;
}
.TagClassName
{
border-color: #1659FC;
}
</style>