Shades of Royal Blue #1653FE
Tints of Royal Blue #1653FE
RGB
CMYK
RGB Variations
Color information
#1653FE (or 0x1653FE) is known color: Royal Blue. HEX triplet: 16, 53 and FE. RGB value is (22,83,254). Sum of RGB (Red+Green+Blue) = 22+83+254=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #1653FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1653FE is #E9AC01. Grayscale: #535353. Windows color (decimal): -15313922 or 16667414. OLE color: 16667414.
HSL color Cylindrical-coordinate representation of color #1653FE: hue angle of 224.22º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1653FE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 83 | 254 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.00 |
| HSL | 224.22º | 0.99% | 0.54% | - |
| HSV(B) | 224.22º | 0.91% | 1% | - |
| XYZ | 21.31 | 13.51 | 95.25 | - |
| YUV | 84.26 | 223.79 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 254 | 0.91 | 0.67 | 0 | 0.00 | 224.22 | 0.99 | 0.54 |
| Hex | 16 | 53 | FE | 5B | 43 | 0 | 0 | E0 | 63 | 36 |
| Octal | 26 | 123 | 376 | 133 | 103 | 0 | 0 | 340 | 143 | 66 |
| Binary | 10110 | 1010011 | 11111110 | 1011011 | 1000011 | 0 | 0 | 11100000 | 1100011 | 110110 |
Color Harmonies of #1653FE
Complementary color
Monochromatic Colors of #1653FE
Black with #1653FE
Text Example
Text Example
White with #1653FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1653FE; }
p { color: rgb(22,83,254); }
H1.HeaderClassName
{
color: #1653FE;
}
.AnyTagClassName
{
color: #1653FE;
}
</style>
background-color css
<style>
a { background-color: #1653FE; }
a { background-color: rgb(22,83,254); }
div.DivClassName
{
background-color: #1653FE;
}
.BgClassName
{
background-color: #1653FE;
}
</style>
border-color css
<style>
span { border-color: #1653FE; }
span { border-color: rgb(22,83,254); }
td.TdClassName
{
border-color: #1653FE;
}
.TagClassName
{
border-color: #1653FE;
}
</style>