Shades of Royal Blue #1650FA
Tints of Royal Blue #1650FA
RGB
CMYK
RGB Variations
Color information
#1650FA (or 0x1650FA) is known color: Royal Blue. HEX triplet: 16, 50 and FA. RGB value is (22,80,250). Sum of RGB (Red+Green+Blue) = 22+80+250=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #1650FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1650FA is #E9AF05. Grayscale: #515151. Windows color (decimal): -15314694 or 16404502. OLE color: 16404502.
HSL color Cylindrical-coordinate representation of color #1650FA: hue angle of 224.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1650FA is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 80 | 250 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.02 |
| HSL | 224.74º | 0.96% | 0.53% | - |
| HSV(B) | 224.74º | 0.91% | 0.98% | - |
| XYZ | 20.45 | 12.81 | 91.84 | - |
| YUV | 82.04 | 222.78 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 250 | 0.91 | 0.68 | 0 | 0.02 | 224.74 | 0.96 | 0.53 |
| Hex | 16 | 50 | FA | 5B | 44 | 0 | 2 | E1 | 60 | 35 |
| Octal | 26 | 120 | 372 | 133 | 104 | 0 | 2 | 341 | 140 | 65 |
| Binary | 10110 | 1010000 | 11111010 | 1011011 | 1000100 | 0 | 10 | 11100001 | 1100000 | 110101 |
Color Harmonies of #1650FA
Complementary color
Monochromatic Colors of #1650FA
Black with #1650FA
Text Example
Text Example
White with #1650FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650FA; }
p { color: rgb(22,80,250); }
H1.HeaderClassName
{
color: #1650FA;
}
.AnyTagClassName
{
color: #1650FA;
}
</style>
background-color css
<style>
a { background-color: #1650FA; }
a { background-color: rgb(22,80,250); }
div.DivClassName
{
background-color: #1650FA;
}
.BgClassName
{
background-color: #1650FA;
}
</style>
border-color css
<style>
span { border-color: #1650FA; }
span { border-color: rgb(22,80,250); }
td.TdClassName
{
border-color: #1650FA;
}
.TagClassName
{
border-color: #1650FA;
}
</style>