Shades of Royal Blue #1553FA
Tints of Royal Blue #1553FA
RGB
CMYK
RGB Variations
Color information
#1553FA (or 0x1553FA) is known color: Royal Blue. HEX triplet: 15, 53 and FA. RGB value is (21,83,250). Sum of RGB (Red+Green+Blue) = 21+83+250=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 83 (32.81% from 255 or 23.45% 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 #1553FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1553FA is #EAAC05. Grayscale: #525252. Windows color (decimal): -15379462 or 16405269. OLE color: 16405269.
HSL color Cylindrical-coordinate representation of color #1553FA: hue angle of 223.76º 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 #1553FA is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 83 | 250 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.02 |
| HSL | 223.76º | 0.96% | 0.53% | - |
| HSV(B) | 223.76º | 0.92% | 0.98% | - |
| XYZ | 20.66 | 13.25 | 91.91 | - |
| YUV | 83.5 | 221.96 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 250 | 0.92 | 0.67 | 0 | 0.02 | 223.76 | 0.96 | 0.53 |
| Hex | 15 | 53 | FA | 5C | 43 | 0 | 2 | E0 | 60 | 35 |
| Octal | 25 | 123 | 372 | 134 | 103 | 0 | 2 | 340 | 140 | 65 |
| Binary | 10101 | 1010011 | 11111010 | 1011100 | 1000011 | 0 | 10 | 11100000 | 1100000 | 110101 |
Color Harmonies of #1553FA
Complementary color
Monochromatic Colors of #1553FA
Black with #1553FA
Text Example
Text Example
White with #1553FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553FA; }
p { color: rgb(21,83,250); }
H1.HeaderClassName
{
color: #1553FA;
}
.AnyTagClassName
{
color: #1553FA;
}
</style>
background-color css
<style>
a { background-color: #1553FA; }
a { background-color: rgb(21,83,250); }
div.DivClassName
{
background-color: #1553FA;
}
.BgClassName
{
background-color: #1553FA;
}
</style>
border-color css
<style>
span { border-color: #1553FA; }
span { border-color: rgb(21,83,250); }
td.TdClassName
{
border-color: #1553FA;
}
.TagClassName
{
border-color: #1553FA;
}
</style>