Shades of Royal Blue #1652FA
Tints of Royal Blue #1652FA
RGB
CMYK
RGB Variations
Color information
#1652FA (or 0x1652FA) is known color: Royal Blue. HEX triplet: 16, 52 and FA. RGB value is (22,82,250). Sum of RGB (Red+Green+Blue) = 22+82+250=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #1652FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1652FA is #E9AD05. Grayscale: #525252. Windows color (decimal): -15314182 or 16405014. OLE color: 16405014.
HSL color Cylindrical-coordinate representation of color #1652FA: hue angle of 224.21º 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 #1652FA is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 82 | 250 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.02 |
| HSL | 224.21º | 0.96% | 0.53% | - |
| HSV(B) | 224.21º | 0.91% | 0.98% | - |
| XYZ | 20.6 | 13.11 | 91.89 | - |
| YUV | 83.21 | 222.12 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 250 | 0.91 | 0.67 | 0 | 0.02 | 224.21 | 0.96 | 0.53 |
| Hex | 16 | 52 | FA | 5B | 43 | 0 | 2 | E0 | 60 | 35 |
| Octal | 26 | 122 | 372 | 133 | 103 | 0 | 2 | 340 | 140 | 65 |
| Binary | 10110 | 1010010 | 11111010 | 1011011 | 1000011 | 0 | 10 | 11100000 | 1100000 | 110101 |
Color Harmonies of #1652FA
Complementary color
Monochromatic Colors of #1652FA
Black with #1652FA
Text Example
Text Example
White with #1652FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1652FA; }
p { color: rgb(22,82,250); }
H1.HeaderClassName
{
color: #1652FA;
}
.AnyTagClassName
{
color: #1652FA;
}
</style>
background-color css
<style>
a { background-color: #1652FA; }
a { background-color: rgb(22,82,250); }
div.DivClassName
{
background-color: #1652FA;
}
.BgClassName
{
background-color: #1652FA;
}
</style>
border-color css
<style>
span { border-color: #1652FA; }
span { border-color: rgb(22,82,250); }
td.TdClassName
{
border-color: #1652FA;
}
.TagClassName
{
border-color: #1652FA;
}
</style>