Shades of Royal Blue #1552FE
Tints of Royal Blue #1552FE
RGB
CMYK
RGB Variations
Color information
#1552FE (or 0x1552FE) is known color: Royal Blue. HEX triplet: 15, 52 and FE. RGB value is (21,82,254). Sum of RGB (Red+Green+Blue) = 21+82+254=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #1552FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1552FE is #EAAD01. Grayscale: #525252. Windows color (decimal): -15379714 or 16667157. OLE color: 16667157.
HSL color Cylindrical-coordinate representation of color #1552FE: hue angle of 224.29º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1552FE is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 82 | 254 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.00 |
| HSL | 224.29º | 0.99% | 0.54% | - |
| HSV(B) | 224.29º | 0.92% | 1% | - |
| XYZ | 21.22 | 13.35 | 95.22 | - |
| YUV | 83.37 | 224.29 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 254 | 0.92 | 0.68 | 0 | 0.00 | 224.29 | 0.99 | 0.54 |
| Hex | 15 | 52 | FE | 5C | 44 | 0 | 0 | E0 | 63 | 36 |
| Octal | 25 | 122 | 376 | 134 | 104 | 0 | 0 | 340 | 143 | 66 |
| Binary | 10101 | 1010010 | 11111110 | 1011100 | 1000100 | 0 | 0 | 11100000 | 1100011 | 110110 |
Color Harmonies of #1552FE
Complementary color
Monochromatic Colors of #1552FE
Black with #1552FE
Text Example
Text Example
White with #1552FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552FE; }
p { color: rgb(21,82,254); }
H1.HeaderClassName
{
color: #1552FE;
}
.AnyTagClassName
{
color: #1552FE;
}
</style>
background-color css
<style>
a { background-color: #1552FE; }
a { background-color: rgb(21,82,254); }
div.DivClassName
{
background-color: #1552FE;
}
.BgClassName
{
background-color: #1552FE;
}
</style>
border-color css
<style>
span { border-color: #1552FE; }
span { border-color: rgb(21,82,254); }
td.TdClassName
{
border-color: #1552FE;
}
.TagClassName
{
border-color: #1552FE;
}
</style>