Shades of Royal Blue #1656FD
Tints of Royal Blue #1656FD
RGB
CMYK
RGB Variations
Color information
#1656FD (or 0x1656FD) is known color: Royal Blue. HEX triplet: 16, 56 and FD. RGB value is (22,86,253). Sum of RGB (Red+Green+Blue) = 22+86+253=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #1656FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1656FD is #E9A902. Grayscale: #555555. Windows color (decimal): -15313155 or 16602646. OLE color: 16602646.
HSL color Cylindrical-coordinate representation of color #1656FD: hue angle of 223.38º 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 #1656FD is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 86 | 253 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.01 |
| HSL | 223.38º | 0.98% | 0.54% | - |
| HSV(B) | 223.38º | 0.91% | 0.99% | - |
| XYZ | 21.39 | 13.92 | 94.49 | - |
| YUV | 85.9 | 222.3 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 253 | 0.91 | 0.66 | 0 | 0.01 | 223.38 | 0.98 | 0.54 |
| Hex | 16 | 56 | FD | 5B | 42 | 0 | 1 | DF | 62 | 36 |
| Octal | 26 | 126 | 375 | 133 | 102 | 0 | 1 | 337 | 142 | 66 |
| Binary | 10110 | 1010110 | 11111101 | 1011011 | 1000010 | 0 | 1 | 11011111 | 1100010 | 110110 |
Color Harmonies of #1656FD
Complementary color
Monochromatic Colors of #1656FD
Black with #1656FD
Text Example
Text Example
White with #1656FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1656FD; }
p { color: rgb(22,86,253); }
H1.HeaderClassName
{
color: #1656FD;
}
.AnyTagClassName
{
color: #1656FD;
}
</style>
background-color css
<style>
a { background-color: #1656FD; }
a { background-color: rgb(22,86,253); }
div.DivClassName
{
background-color: #1656FD;
}
.BgClassName
{
background-color: #1656FD;
}
</style>
border-color css
<style>
span { border-color: #1656FD; }
span { border-color: rgb(22,86,253); }
td.TdClassName
{
border-color: #1656FD;
}
.TagClassName
{
border-color: #1656FD;
}
</style>