Shades of Royal Blue #1553FC
Tints of Royal Blue #1553FC
RGB
CMYK
RGB Variations
Color information
#1553FC (or 0x1553FC) is known color: Royal Blue. HEX triplet: 15, 53 and FC. RGB value is (21,83,252). Sum of RGB (Red+Green+Blue) = 21+83+252=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #1553FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1553FC is #EAAC03. Grayscale: #525252. Windows color (decimal): -15379460 or 16536341. OLE color: 16536341.
HSL color Cylindrical-coordinate representation of color #1553FC: hue angle of 223.9º 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 #1553FC is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 83 | 252 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.01 |
| HSL | 223.9º | 0.97% | 0.54% | - |
| HSV(B) | 223.9º | 0.92% | 0.99% | - |
| XYZ | 20.97 | 13.37 | 93.57 | - |
| YUV | 83.73 | 222.96 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 252 | 0.92 | 0.67 | 0 | 0.01 | 223.9 | 0.97 | 0.54 |
| Hex | 15 | 53 | FC | 5C | 43 | 0 | 1 | E0 | 61 | 36 |
| Octal | 25 | 123 | 374 | 134 | 103 | 0 | 1 | 340 | 141 | 66 |
| Binary | 10101 | 1010011 | 11111100 | 1011100 | 1000011 | 0 | 1 | 11100000 | 1100001 | 110110 |
Color Harmonies of #1553FC
Complementary color
Monochromatic Colors of #1553FC
Black with #1553FC
Text Example
Text Example
White with #1553FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553FC; }
p { color: rgb(21,83,252); }
H1.HeaderClassName
{
color: #1553FC;
}
.AnyTagClassName
{
color: #1553FC;
}
</style>
background-color css
<style>
a { background-color: #1553FC; }
a { background-color: rgb(21,83,252); }
div.DivClassName
{
background-color: #1553FC;
}
.BgClassName
{
background-color: #1553FC;
}
</style>
border-color css
<style>
span { border-color: #1553FC; }
span { border-color: rgb(21,83,252); }
td.TdClassName
{
border-color: #1553FC;
}
.TagClassName
{
border-color: #1553FC;
}
</style>