Shades of Royal Blue #1657FD
Tints of Royal Blue #1657FD
RGB
CMYK
RGB Variations
Color information
#1657FD (or 0x1657FD) is known color: Royal Blue. HEX triplet: 16, 57 and FD. RGB value is (22,87,253). Sum of RGB (Red+Green+Blue) = 22+87+253=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #1657FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1657FD is #E9A802. Grayscale: #555555. Windows color (decimal): -15312899 or 16602902. OLE color: 16602902.
HSL color Cylindrical-coordinate representation of color #1657FD: hue angle of 223.12º 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 #1657FD is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 87 | 253 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.01 |
| HSL | 223.12º | 0.98% | 0.54% | - |
| HSV(B) | 223.12º | 0.91% | 0.99% | - |
| XYZ | 21.47 | 14.08 | 94.51 | - |
| YUV | 86.49 | 221.97 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 253 | 0.91 | 0.66 | 0 | 0.01 | 223.12 | 0.98 | 0.54 |
| Hex | 16 | 57 | FD | 5B | 42 | 0 | 1 | DF | 62 | 36 |
| Octal | 26 | 127 | 375 | 133 | 102 | 0 | 1 | 337 | 142 | 66 |
| Binary | 10110 | 1010111 | 11111101 | 1011011 | 1000010 | 0 | 1 | 11011111 | 1100010 | 110110 |
Color Harmonies of #1657FD
Complementary color
Monochromatic Colors of #1657FD
Black with #1657FD
Text Example
Text Example
White with #1657FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1657FD; }
p { color: rgb(22,87,253); }
H1.HeaderClassName
{
color: #1657FD;
}
.AnyTagClassName
{
color: #1657FD;
}
</style>
background-color css
<style>
a { background-color: #1657FD; }
a { background-color: rgb(22,87,253); }
div.DivClassName
{
background-color: #1657FD;
}
.BgClassName
{
background-color: #1657FD;
}
</style>
border-color css
<style>
span { border-color: #1657FD; }
span { border-color: rgb(22,87,253); }
td.TdClassName
{
border-color: #1657FD;
}
.TagClassName
{
border-color: #1657FD;
}
</style>