Shades of Royal Blue #1659FE
Tints of Royal Blue #1659FE
RGB
CMYK
RGB Variations
Color information
#1659FE (or 0x1659FE) is known color: Royal Blue. HEX triplet: 16, 59 and FE. RGB value is (22,89,254). Sum of RGB (Red+Green+Blue) = 22+89+254=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #1659FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1659FE is #E9A601. Grayscale: #575757. Windows color (decimal): -15312386 or 16668950. OLE color: 16668950.
HSL color Cylindrical-coordinate representation of color #1659FE: hue angle of 222.67º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1659FE is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 89 | 254 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.00 |
| HSL | 222.67º | 0.99% | 0.54% | - |
| HSV(B) | 222.67º | 0.91% | 1% | - |
| XYZ | 21.79 | 14.47 | 95.41 | - |
| YUV | 87.78 | 221.8 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 254 | 0.91 | 0.65 | 0 | 0.00 | 222.67 | 0.99 | 0.54 |
| Hex | 16 | 59 | FE | 5B | 41 | 0 | 0 | DF | 63 | 36 |
| Octal | 26 | 131 | 376 | 133 | 101 | 0 | 0 | 337 | 143 | 66 |
| Binary | 10110 | 1011001 | 11111110 | 1011011 | 1000001 | 0 | 0 | 11011111 | 1100011 | 110110 |
Color Harmonies of #1659FE
Complementary color
Monochromatic Colors of #1659FE
Black with #1659FE
Text Example
Text Example
White with #1659FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659FE; }
p { color: rgb(22,89,254); }
H1.HeaderClassName
{
color: #1659FE;
}
.AnyTagClassName
{
color: #1659FE;
}
</style>
background-color css
<style>
a { background-color: #1659FE; }
a { background-color: rgb(22,89,254); }
div.DivClassName
{
background-color: #1659FE;
}
.BgClassName
{
background-color: #1659FE;
}
</style>
border-color css
<style>
span { border-color: #1659FE; }
span { border-color: rgb(22,89,254); }
td.TdClassName
{
border-color: #1659FE;
}
.TagClassName
{
border-color: #1659FE;
}
</style>