Shades of Royal Blue #1559FE
Tints of Royal Blue #1559FE
RGB
CMYK
RGB Variations
Color information
#1559FE (or 0x1559FE) is known color: Royal Blue. HEX triplet: 15, 59 and FE. RGB value is (21,89,254). Sum of RGB (Red+Green+Blue) = 21+89+254=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #1559FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1559FE is #EAA601. Grayscale: #565656. Windows color (decimal): -15377922 or 16668949. OLE color: 16668949.
HSL color Cylindrical-coordinate representation of color #1559FE: hue angle of 222.49º 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 #1559FE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 89 | 254 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.00 |
| HSL | 222.49º | 0.99% | 0.54% | - |
| HSV(B) | 222.49º | 0.92% | 1% | - |
| XYZ | 21.77 | 14.46 | 95.41 | - |
| YUV | 87.48 | 221.97 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 254 | 0.92 | 0.65 | 0 | 0.00 | 222.49 | 0.99 | 0.54 |
| Hex | 15 | 59 | FE | 5C | 41 | 0 | 0 | DE | 63 | 36 |
| Octal | 25 | 131 | 376 | 134 | 101 | 0 | 0 | 336 | 143 | 66 |
| Binary | 10101 | 1011001 | 11111110 | 1011100 | 1000001 | 0 | 0 | 11011110 | 1100011 | 110110 |
Color Harmonies of #1559FE
Complementary color
Monochromatic Colors of #1559FE
Black with #1559FE
Text Example
Text Example
White with #1559FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1559FE; }
p { color: rgb(21,89,254); }
H1.HeaderClassName
{
color: #1559FE;
}
.AnyTagClassName
{
color: #1559FE;
}
</style>
background-color css
<style>
a { background-color: #1559FE; }
a { background-color: rgb(21,89,254); }
div.DivClassName
{
background-color: #1559FE;
}
.BgClassName
{
background-color: #1559FE;
}
</style>
border-color css
<style>
span { border-color: #1559FE; }
span { border-color: rgb(21,89,254); }
td.TdClassName
{
border-color: #1559FE;
}
.TagClassName
{
border-color: #1559FE;
}
</style>