Shades of Royal Blue #1648F7
Tints of Royal Blue #1648F7
RGB
CMYK
RGB Variations
Color information
#1648F7 (or 0x1648F7) is known color: Royal Blue. HEX triplet: 16, 48 and F7. RGB value is (22,72,247). Sum of RGB (Red+Green+Blue) = 22+72+247=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 247 (96.88% from 255 or 72.43% from 341); Max value from RGB is 247 - color contains mainly: blue. Hex color #1648F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1648F7 is #E9B708. Grayscale: #4C4C4C. Windows color (decimal): -15316745 or 16205846. OLE color: 16205846.
HSL color Cylindrical-coordinate representation of color #1648F7: hue angle of 226.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1648F7 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 72 | 247 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.03 |
| HSL | 226.67º | 0.93% | 0.53% | - |
| HSV(B) | 226.67º | 0.91% | 0.97% | - |
| XYZ | 19.44 | 11.52 | 89.19 | - |
| YUV | 77 | 223.94 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 247 | 0.91 | 0.71 | 0 | 0.03 | 226.67 | 0.93 | 0.53 |
| Hex | 16 | 48 | F7 | 5B | 47 | 0 | 3 | E3 | 5D | 35 |
| Octal | 26 | 110 | 367 | 133 | 107 | 0 | 3 | 343 | 135 | 65 |
| Binary | 10110 | 1001000 | 11110111 | 1011011 | 1000111 | 0 | 11 | 11100011 | 1011101 | 110101 |
Color Harmonies of #1648F7
Complementary color
Monochromatic Colors of #1648F7
Black with #1648F7
Text Example
Text Example
White with #1648F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1648F7; }
p { color: rgb(22,72,247); }
H1.HeaderClassName
{
color: #1648F7;
}
.AnyTagClassName
{
color: #1648F7;
}
</style>
background-color css
<style>
a { background-color: #1648F7; }
a { background-color: rgb(22,72,247); }
div.DivClassName
{
background-color: #1648F7;
}
.BgClassName
{
background-color: #1648F7;
}
</style>
border-color css
<style>
span { border-color: #1648F7; }
span { border-color: rgb(22,72,247); }
td.TdClassName
{
border-color: #1648F7;
}
.TagClassName
{
border-color: #1648F7;
}
</style>