Shades of Royal Blue #1654FC
Tints of Royal Blue #1654FC
RGB
CMYK
RGB Variations
Color information
#1654FC (or 0x1654FC) is known color: Royal Blue. HEX triplet: 16, 54 and FC. RGB value is (22,84,252). Sum of RGB (Red+Green+Blue) = 22+84+252=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #1654FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1654FC is #E9AB03. Grayscale: #535353. Windows color (decimal): -15313668 or 16536598. OLE color: 16536598.
HSL color Cylindrical-coordinate representation of color #1654FC: hue angle of 223.83º 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 #1654FC is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 84 | 252 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.01 |
| HSL | 223.83º | 0.97% | 0.54% | - |
| HSV(B) | 223.83º | 0.91% | 0.99% | - |
| XYZ | 21.07 | 13.54 | 93.6 | - |
| YUV | 84.61 | 222.46 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 252 | 0.91 | 0.67 | 0 | 0.01 | 223.83 | 0.97 | 0.54 |
| Hex | 16 | 54 | FC | 5B | 43 | 0 | 1 | E0 | 61 | 36 |
| Octal | 26 | 124 | 374 | 133 | 103 | 0 | 1 | 340 | 141 | 66 |
| Binary | 10110 | 1010100 | 11111100 | 1011011 | 1000011 | 0 | 1 | 11100000 | 1100001 | 110110 |
Color Harmonies of #1654FC
Complementary color
Monochromatic Colors of #1654FC
Black with #1654FC
Text Example
Text Example
White with #1654FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654FC; }
p { color: rgb(22,84,252); }
H1.HeaderClassName
{
color: #1654FC;
}
.AnyTagClassName
{
color: #1654FC;
}
</style>
background-color css
<style>
a { background-color: #1654FC; }
a { background-color: rgb(22,84,252); }
div.DivClassName
{
background-color: #1654FC;
}
.BgClassName
{
background-color: #1654FC;
}
</style>
border-color css
<style>
span { border-color: #1654FC; }
span { border-color: rgb(22,84,252); }
td.TdClassName
{
border-color: #1654FC;
}
.TagClassName
{
border-color: #1654FC;
}
</style>