Shades of Royal Blue #1653F6
Tints of Royal Blue #1653F6
RGB
CMYK
RGB Variations
Color information
#1653F6 (or 0x1653F6) is known color: Royal Blue. HEX triplet: 16, 53 and F6. RGB value is (22,83,246). Sum of RGB (Red+Green+Blue) = 22+83+246=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 246 (96.48% from 255 or 70.09% from 351); Max value from RGB is 246 - color contains mainly: blue. Hex color #1653F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1653F6 is #E9AC09. Grayscale: #525252. Windows color (decimal): -15313930 or 16143126. OLE color: 16143126.
HSL color Cylindrical-coordinate representation of color #1653F6: hue angle of 223.66º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1653F6 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 83 | 246 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.04 |
| HSL | 223.66º | 0.93% | 0.53% | - |
| HSV(B) | 223.66º | 0.91% | 0.96% | - |
| XYZ | 20.06 | 13.01 | 88.64 | - |
| YUV | 83.34 | 219.79 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 246 | 0.91 | 0.66 | 0 | 0.04 | 223.66 | 0.93 | 0.53 |
| Hex | 16 | 53 | F6 | 5B | 42 | 0 | 4 | E0 | 5D | 35 |
| Octal | 26 | 123 | 366 | 133 | 102 | 0 | 4 | 340 | 135 | 65 |
| Binary | 10110 | 1010011 | 11110110 | 1011011 | 1000010 | 0 | 100 | 11100000 | 1011101 | 110101 |
Color Harmonies of #1653F6
Complementary color
Monochromatic Colors of #1653F6
Black with #1653F6
Text Example
Text Example
White with #1653F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1653F6; }
p { color: rgb(22,83,246); }
H1.HeaderClassName
{
color: #1653F6;
}
.AnyTagClassName
{
color: #1653F6;
}
</style>
background-color css
<style>
a { background-color: #1653F6; }
a { background-color: rgb(22,83,246); }
div.DivClassName
{
background-color: #1653F6;
}
.BgClassName
{
background-color: #1653F6;
}
</style>
border-color css
<style>
span { border-color: #1653F6; }
span { border-color: rgb(22,83,246); }
td.TdClassName
{
border-color: #1653F6;
}
.TagClassName
{
border-color: #1653F6;
}
</style>