Shades of Royal Blue #1558FE
Tints of Royal Blue #1558FE
RGB
CMYK
RGB Variations
Color information
#1558FE (or 0x1558FE) is known color: Royal Blue. HEX triplet: 15, 58 and FE. RGB value is (21,88,254). Sum of RGB (Red+Green+Blue) = 21+88+254=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #1558FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1558FE is #EAA701. Grayscale: #565656. Windows color (decimal): -15378178 or 16668693. OLE color: 16668693.
HSL color Cylindrical-coordinate representation of color #1558FE: hue angle of 222.75º 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 #1558FE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 88 | 254 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.00 |
| HSL | 222.75º | 0.99% | 0.54% | - |
| HSV(B) | 222.75º | 0.92% | 1% | - |
| XYZ | 21.69 | 14.29 | 95.38 | - |
| YUV | 86.89 | 222.3 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 254 | 0.92 | 0.65 | 0 | 0.00 | 222.75 | 0.99 | 0.54 |
| Hex | 15 | 58 | FE | 5C | 41 | 0 | 0 | DF | 63 | 36 |
| Octal | 25 | 130 | 376 | 134 | 101 | 0 | 0 | 337 | 143 | 66 |
| Binary | 10101 | 1011000 | 11111110 | 1011100 | 1000001 | 0 | 0 | 11011111 | 1100011 | 110110 |
Color Harmonies of #1558FE
Complementary color
Monochromatic Colors of #1558FE
Black with #1558FE
Text Example
Text Example
White with #1558FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558FE; }
p { color: rgb(21,88,254); }
H1.HeaderClassName
{
color: #1558FE;
}
.AnyTagClassName
{
color: #1558FE;
}
</style>
background-color css
<style>
a { background-color: #1558FE; }
a { background-color: rgb(21,88,254); }
div.DivClassName
{
background-color: #1558FE;
}
.BgClassName
{
background-color: #1558FE;
}
</style>
border-color css
<style>
span { border-color: #1558FE; }
span { border-color: rgb(21,88,254); }
td.TdClassName
{
border-color: #1558FE;
}
.TagClassName
{
border-color: #1558FE;
}
</style>