Shades of Royal Blue #1554FF
Tints of Royal Blue #1554FF
RGB
CMYK
RGB Variations
Color information
#1554FF (or 0x1554FF) is known color: Royal Blue. HEX triplet: 15, 54 and FF. RGB value is (21,84,255). Sum of RGB (Red+Green+Blue) = 21+84+255=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #1554FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1554FF is #EAAB00. Grayscale: #535353. Windows color (decimal): -15379201 or 16733205. OLE color: 16733205.
HSL color Cylindrical-coordinate representation of color #1554FF: hue angle of 223.85º 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 #1554FF is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 84 | 255 | - |
| CMYK | 0.92 | 0.67 | 0 | 0 |
| HSL | 223.85º | 1% | 0.54% | - |
| HSV(B) | 223.85º | 0.92% | 1% | - |
| XYZ | 21.53 | 13.72 | 96.12 | - |
| YUV | 84.66 | 224.13 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 255 | 0.92 | 0.67 | 0 | 0 | 223.85 | 1 | 0.54 |
| Hex | 15 | 54 | FF | 5C | 43 | 0 | 0 | E0 | 64 | 36 |
| Octal | 25 | 124 | 377 | 134 | 103 | 0 | 0 | 340 | 144 | 66 |
| Binary | 10101 | 1010100 | 11111111 | 1011100 | 1000011 | 0 | 0 | 11100000 | 1100100 | 110110 |
Color Harmonies of #1554FF
Complementary color
Monochromatic Colors of #1554FF
Black with #1554FF
Text Example
Text Example
White with #1554FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1554FF; }
p { color: rgb(21,84,255); }
H1.HeaderClassName
{
color: #1554FF;
}
.AnyTagClassName
{
color: #1554FF;
}
</style>
background-color css
<style>
a { background-color: #1554FF; }
a { background-color: rgb(21,84,255); }
div.DivClassName
{
background-color: #1554FF;
}
.BgClassName
{
background-color: #1554FF;
}
</style>
border-color css
<style>
span { border-color: #1554FF; }
span { border-color: rgb(21,84,255); }
td.TdClassName
{
border-color: #1554FF;
}
.TagClassName
{
border-color: #1554FF;
}
</style>