Shades of Royal Blue #1654FF
Tints of Royal Blue #1654FF
RGB
CMYK
RGB Variations
Color information
#1654FF (or 0x1654FF) is known color: Royal Blue. HEX triplet: 16, 54 and FF. RGB value is (22,84,255). Sum of RGB (Red+Green+Blue) = 22+84+255=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #1654FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1654FF is #E9AB00. Grayscale: #545454. Windows color (decimal): -15313665 or 16733206. OLE color: 16733206.
HSL color Cylindrical-coordinate representation of color #1654FF: hue angle of 224.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1654FF is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 84 | 255 | - |
| CMYK | 0.91 | 0.67 | 0 | 0 |
| HSL | 224.03º | 1% | 0.54% | - |
| HSV(B) | 224.03º | 0.91% | 1% | - |
| XYZ | 21.55 | 13.73 | 96.12 | - |
| YUV | 84.96 | 223.96 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 255 | 0.91 | 0.67 | 0 | 0 | 224.03 | 1 | 0.54 |
| Hex | 16 | 54 | FF | 5B | 43 | 0 | 0 | E0 | 64 | 36 |
| Octal | 26 | 124 | 377 | 133 | 103 | 0 | 0 | 340 | 144 | 66 |
| Binary | 10110 | 1010100 | 11111111 | 1011011 | 1000011 | 0 | 0 | 11100000 | 1100100 | 110110 |
Color Harmonies of #1654FF
Complementary color
Monochromatic Colors of #1654FF
Black with #1654FF
Text Example
Text Example
White with #1654FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654FF; }
p { color: rgb(22,84,255); }
H1.HeaderClassName
{
color: #1654FF;
}
.AnyTagClassName
{
color: #1654FF;
}
</style>
background-color css
<style>
a { background-color: #1654FF; }
a { background-color: rgb(22,84,255); }
div.DivClassName
{
background-color: #1654FF;
}
.BgClassName
{
background-color: #1654FF;
}
</style>
border-color css
<style>
span { border-color: #1654FF; }
span { border-color: rgb(22,84,255); }
td.TdClassName
{
border-color: #1654FF;
}
.TagClassName
{
border-color: #1654FF;
}
</style>