Shades of Royal Blue #1657FC
Tints of Royal Blue #1657FC
RGB
CMYK
RGB Variations
Color information
#1657FC (or 0x1657FC) is known color: Royal Blue. HEX triplet: 16, 57 and FC. RGB value is (22,87,252). Sum of RGB (Red+Green+Blue) = 22+87+252=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #1657FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1657FC is #E9A803. Grayscale: #555555. Windows color (decimal): -15312900 or 16537366. OLE color: 16537366.
HSL color Cylindrical-coordinate representation of color #1657FC: hue angle of 223.04º 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 #1657FC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 87 | 252 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.01 |
| HSL | 223.04º | 0.97% | 0.54% | - |
| HSV(B) | 223.04º | 0.91% | 0.99% | - |
| XYZ | 21.31 | 14.02 | 93.68 | - |
| YUV | 86.38 | 221.47 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 252 | 0.91 | 0.65 | 0 | 0.01 | 223.04 | 0.97 | 0.54 |
| Hex | 16 | 57 | FC | 5B | 41 | 0 | 1 | DF | 61 | 36 |
| Octal | 26 | 127 | 374 | 133 | 101 | 0 | 1 | 337 | 141 | 66 |
| Binary | 10110 | 1010111 | 11111100 | 1011011 | 1000001 | 0 | 1 | 11011111 | 1100001 | 110110 |
Color Harmonies of #1657FC
Complementary color
Monochromatic Colors of #1657FC
Black with #1657FC
Text Example
Text Example
White with #1657FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1657FC; }
p { color: rgb(22,87,252); }
H1.HeaderClassName
{
color: #1657FC;
}
.AnyTagClassName
{
color: #1657FC;
}
</style>
background-color css
<style>
a { background-color: #1657FC; }
a { background-color: rgb(22,87,252); }
div.DivClassName
{
background-color: #1657FC;
}
.BgClassName
{
background-color: #1657FC;
}
</style>
border-color css
<style>
span { border-color: #1657FC; }
span { border-color: rgb(22,87,252); }
td.TdClassName
{
border-color: #1657FC;
}
.TagClassName
{
border-color: #1657FC;
}
</style>