Shades of Royal Blue #1654FD
Tints of Royal Blue #1654FD
RGB
CMYK
RGB Variations
Color information
#1654FD (or 0x1654FD) is known color: Royal Blue. HEX triplet: 16, 54 and FD. RGB value is (22,84,253). Sum of RGB (Red+Green+Blue) = 22+84+253=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #1654FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1654FD is #E9AB02. Grayscale: #535353. Windows color (decimal): -15313667 or 16602134. OLE color: 16602134.
HSL color Cylindrical-coordinate representation of color #1654FD: hue angle of 223.9º 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 #1654FD is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 84 | 253 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.01 |
| HSL | 223.9º | 0.98% | 0.54% | - |
| HSV(B) | 223.9º | 0.91% | 0.99% | - |
| XYZ | 21.23 | 13.6 | 94.44 | - |
| YUV | 84.73 | 222.96 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 253 | 0.91 | 0.67 | 0 | 0.01 | 223.9 | 0.98 | 0.54 |
| Hex | 16 | 54 | FD | 5B | 43 | 0 | 1 | E0 | 62 | 36 |
| Octal | 26 | 124 | 375 | 133 | 103 | 0 | 1 | 340 | 142 | 66 |
| Binary | 10110 | 1010100 | 11111101 | 1011011 | 1000011 | 0 | 1 | 11100000 | 1100010 | 110110 |
Color Harmonies of #1654FD
Complementary color
Monochromatic Colors of #1654FD
Black with #1654FD
Text Example
Text Example
White with #1654FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654FD; }
p { color: rgb(22,84,253); }
H1.HeaderClassName
{
color: #1654FD;
}
.AnyTagClassName
{
color: #1654FD;
}
</style>
background-color css
<style>
a { background-color: #1654FD; }
a { background-color: rgb(22,84,253); }
div.DivClassName
{
background-color: #1654FD;
}
.BgClassName
{
background-color: #1654FD;
}
</style>
border-color css
<style>
span { border-color: #1654FD; }
span { border-color: rgb(22,84,253); }
td.TdClassName
{
border-color: #1654FD;
}
.TagClassName
{
border-color: #1654FD;
}
</style>