Shades of Royal Blue #1A54FF
Tints of Royal Blue #1A54FF
RGB
CMYK
RGB Variations
Color information
#1A54FF (or 0x1A54FF) is known color: Royal Blue. HEX triplet: 1A, 54 and FF. RGB value is (26,84,255). Sum of RGB (Red+Green+Blue) = 26+84+255=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 84 (33.20% from 255 or 23.01% 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 #1A54FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A54FF is #E5AB00. Grayscale: #555555. Windows color (decimal): -15051521 or 16733210. OLE color: 16733210.
HSL color Cylindrical-coordinate representation of color #1A54FF: hue angle of 224.8º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A54FF is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 84 | 255 | - |
| CMYK | 0.90 | 0.67 | 0 | 0 |
| HSL | 224.8º | 1% | 0.55% | - |
| HSV(B) | 224.8º | 0.9% | 1% | - |
| XYZ | 21.65 | 13.78 | 96.13 | - |
| YUV | 86.15 | 223.28 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 255 | 0.90 | 0.67 | 0 | 0 | 224.8 | 1 | 0.55 |
| Hex | 1A | 54 | FF | 5A | 43 | 0 | 0 | E1 | 64 | 37 |
| Octal | 32 | 124 | 377 | 132 | 103 | 0 | 0 | 341 | 144 | 67 |
| Binary | 11010 | 1010100 | 11111111 | 1011010 | 1000011 | 0 | 0 | 11100001 | 1100100 | 110111 |
Color Harmonies of #1A54FF
Complementary color
Monochromatic Colors of #1A54FF
Black with #1A54FF
Text Example
Text Example
White with #1A54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54FF; }
p { color: rgb(26,84,255); }
H1.HeaderClassName
{
color: #1A54FF;
}
.AnyTagClassName
{
color: #1A54FF;
}
</style>
background-color css
<style>
a { background-color: #1A54FF; }
a { background-color: rgb(26,84,255); }
div.DivClassName
{
background-color: #1A54FF;
}
.BgClassName
{
background-color: #1A54FF;
}
</style>
border-color css
<style>
span { border-color: #1A54FF; }
span { border-color: rgb(26,84,255); }
td.TdClassName
{
border-color: #1A54FF;
}
.TagClassName
{
border-color: #1A54FF;
}
</style>