Shades of Royal Blue #1552FC
Tints of Royal Blue #1552FC
RGB
CMYK
RGB Variations
Color information
#1552FC (or 0x1552FC) is known color: Royal Blue. HEX triplet: 15, 52 and FC. RGB value is (21,82,252). Sum of RGB (Red+Green+Blue) = 21+82+252=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #1552FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1552FC is #EAAD03. Grayscale: #525252. Windows color (decimal): -15379716 or 16536085. OLE color: 16536085.
HSL color Cylindrical-coordinate representation of color #1552FC: hue angle of 224.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1552FC is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 82 | 252 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.01 |
| HSL | 224.16º | 0.97% | 0.54% | - |
| HSV(B) | 224.16º | 0.92% | 0.99% | - |
| XYZ | 20.9 | 13.22 | 93.55 | - |
| YUV | 83.14 | 223.29 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 252 | 0.92 | 0.67 | 0 | 0.01 | 224.16 | 0.97 | 0.54 |
| Hex | 15 | 52 | FC | 5C | 43 | 0 | 1 | E0 | 61 | 36 |
| Octal | 25 | 122 | 374 | 134 | 103 | 0 | 1 | 340 | 141 | 66 |
| Binary | 10101 | 1010010 | 11111100 | 1011100 | 1000011 | 0 | 1 | 11100000 | 1100001 | 110110 |
Color Harmonies of #1552FC
Complementary color
Monochromatic Colors of #1552FC
Black with #1552FC
Text Example
Text Example
White with #1552FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552FC; }
p { color: rgb(21,82,252); }
H1.HeaderClassName
{
color: #1552FC;
}
.AnyTagClassName
{
color: #1552FC;
}
</style>
background-color css
<style>
a { background-color: #1552FC; }
a { background-color: rgb(21,82,252); }
div.DivClassName
{
background-color: #1552FC;
}
.BgClassName
{
background-color: #1552FC;
}
</style>
border-color css
<style>
span { border-color: #1552FC; }
span { border-color: rgb(21,82,252); }
td.TdClassName
{
border-color: #1552FC;
}
.TagClassName
{
border-color: #1552FC;
}
</style>