Shades of Royal Blue #1556FF
Tints of Royal Blue #1556FF
RGB
CMYK
RGB Variations
Color information
#1556FF (or 0x1556FF) is known color: Royal Blue. HEX triplet: 15, 56 and FF. RGB value is (21,86,255). Sum of RGB (Red+Green+Blue) = 21+86+255=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #1556FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1556FF is #EAA900. Grayscale: #555555. Windows color (decimal): -15378689 or 16733717. OLE color: 16733717.
HSL color Cylindrical-coordinate representation of color #1556FF: hue angle of 223.33º 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 #1556FF is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 86 | 255 | - |
| CMYK | 0.92 | 0.66 | 0 | 0 |
| HSL | 223.33º | 1% | 0.54% | - |
| HSV(B) | 223.33º | 0.92% | 1% | - |
| XYZ | 21.69 | 14.04 | 96.17 | - |
| YUV | 85.83 | 223.47 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 255 | 0.92 | 0.66 | 0 | 0 | 223.33 | 1 | 0.54 |
| Hex | 15 | 56 | FF | 5C | 42 | 0 | 0 | DF | 64 | 36 |
| Octal | 25 | 126 | 377 | 134 | 102 | 0 | 0 | 337 | 144 | 66 |
| Binary | 10101 | 1010110 | 11111111 | 1011100 | 1000010 | 0 | 0 | 11011111 | 1100100 | 110110 |
Color Harmonies of #1556FF
Complementary color
Monochromatic Colors of #1556FF
Black with #1556FF
Text Example
Text Example
White with #1556FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556FF; }
p { color: rgb(21,86,255); }
H1.HeaderClassName
{
color: #1556FF;
}
.AnyTagClassName
{
color: #1556FF;
}
</style>
background-color css
<style>
a { background-color: #1556FF; }
a { background-color: rgb(21,86,255); }
div.DivClassName
{
background-color: #1556FF;
}
.BgClassName
{
background-color: #1556FF;
}
</style>
border-color css
<style>
span { border-color: #1556FF; }
span { border-color: rgb(21,86,255); }
td.TdClassName
{
border-color: #1556FF;
}
.TagClassName
{
border-color: #1556FF;
}
</style>