Shades of Royal Blue #1559FF
Tints of Royal Blue #1559FF
RGB
CMYK
RGB Variations
Color information
#1559FF (or 0x1559FF) is known color: Royal Blue. HEX triplet: 15, 59 and FF. RGB value is (21,89,255). Sum of RGB (Red+Green+Blue) = 21+89+255=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #1559FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1559FF is #EAA600. Grayscale: #565656. Windows color (decimal): -15377921 or 16734485. OLE color: 16734485.
HSL color Cylindrical-coordinate representation of color #1559FF: hue angle of 222.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1559FF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 89 | 255 | - |
| CMYK | 0.92 | 0.65 | 0 | 0 |
| HSL | 222.56º | 1% | 0.54% | - |
| HSV(B) | 222.56º | 0.92% | 1% | - |
| XYZ | 21.93 | 14.52 | 96.26 | - |
| YUV | 87.59 | 222.47 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 255 | 0.92 | 0.65 | 0 | 0 | 222.56 | 1 | 0.54 |
| Hex | 15 | 59 | FF | 5C | 41 | 0 | 0 | DF | 64 | 36 |
| Octal | 25 | 131 | 377 | 134 | 101 | 0 | 0 | 337 | 144 | 66 |
| Binary | 10101 | 1011001 | 11111111 | 1011100 | 1000001 | 0 | 0 | 11011111 | 1100100 | 110110 |
Color Harmonies of #1559FF
Complementary color
Monochromatic Colors of #1559FF
Black with #1559FF
Text Example
Text Example
White with #1559FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1559FF; }
p { color: rgb(21,89,255); }
H1.HeaderClassName
{
color: #1559FF;
}
.AnyTagClassName
{
color: #1559FF;
}
</style>
background-color css
<style>
a { background-color: #1559FF; }
a { background-color: rgb(21,89,255); }
div.DivClassName
{
background-color: #1559FF;
}
.BgClassName
{
background-color: #1559FF;
}
</style>
border-color css
<style>
span { border-color: #1559FF; }
span { border-color: rgb(21,89,255); }
td.TdClassName
{
border-color: #1559FF;
}
.TagClassName
{
border-color: #1559FF;
}
</style>