Shades of Royal Blue #1552FA
Tints of Royal Blue #1552FA
RGB
CMYK
RGB Variations
Color information
#1552FA (or 0x1552FA) is known color: Royal Blue. HEX triplet: 15, 52 and FA. RGB value is (21,82,250). Sum of RGB (Red+Green+Blue) = 21+82+250=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #1552FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1552FA is #EAAD05. Grayscale: #525252. Windows color (decimal): -15379718 or 16405013. OLE color: 16405013.
HSL color Cylindrical-coordinate representation of color #1552FA: hue angle of 224.02º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1552FA is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 82 | 250 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.02 |
| HSL | 224.02º | 0.96% | 0.53% | - |
| HSV(B) | 224.02º | 0.92% | 0.98% | - |
| XYZ | 20.58 | 13.1 | 91.89 | - |
| YUV | 82.91 | 222.29 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 250 | 0.92 | 0.67 | 0 | 0.02 | 224.02 | 0.96 | 0.53 |
| Hex | 15 | 52 | FA | 5C | 43 | 0 | 2 | E0 | 60 | 35 |
| Octal | 25 | 122 | 372 | 134 | 103 | 0 | 2 | 340 | 140 | 65 |
| Binary | 10101 | 1010010 | 11111010 | 1011100 | 1000011 | 0 | 10 | 11100000 | 1100000 | 110101 |
Color Harmonies of #1552FA
Complementary color
Monochromatic Colors of #1552FA
Black with #1552FA
Text Example
Text Example
White with #1552FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552FA; }
p { color: rgb(21,82,250); }
H1.HeaderClassName
{
color: #1552FA;
}
.AnyTagClassName
{
color: #1552FA;
}
</style>
background-color css
<style>
a { background-color: #1552FA; }
a { background-color: rgb(21,82,250); }
div.DivClassName
{
background-color: #1552FA;
}
.BgClassName
{
background-color: #1552FA;
}
</style>
border-color css
<style>
span { border-color: #1552FA; }
span { border-color: rgb(21,82,250); }
td.TdClassName
{
border-color: #1552FA;
}
.TagClassName
{
border-color: #1552FA;
}
</style>