Shades of Royal Blue #1A54FE
Tints of Royal Blue #1A54FE
RGB
CMYK
RGB Variations
Color information
#1A54FE (or 0x1A54FE) is known color: Royal Blue. HEX triplet: 1A, 54 and FE. RGB value is (26,84,254). Sum of RGB (Red+Green+Blue) = 26+84+254=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 84 (33.20% from 255 or 23.08% 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 #1A54FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A54FE is #E5AB01. Grayscale: #555555. Windows color (decimal): -15051522 or 16667674. OLE color: 16667674.
HSL color Cylindrical-coordinate representation of color #1A54FE: hue angle of 224.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A54FE is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 84 | 254 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.00 |
| HSL | 224.74º | 0.99% | 0.55% | - |
| HSV(B) | 224.74º | 0.9% | 1% | - |
| XYZ | 21.49 | 13.72 | 95.28 | - |
| YUV | 86.04 | 222.78 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 254 | 0.90 | 0.67 | 0 | 0.00 | 224.74 | 0.99 | 0.55 |
| Hex | 1A | 54 | FE | 5A | 43 | 0 | 0 | E1 | 63 | 37 |
| Octal | 32 | 124 | 376 | 132 | 103 | 0 | 0 | 341 | 143 | 67 |
| Binary | 11010 | 1010100 | 11111110 | 1011010 | 1000011 | 0 | 0 | 11100001 | 1100011 | 110111 |
Color Harmonies of #1A54FE
Complementary color
Monochromatic Colors of #1A54FE
Black with #1A54FE
Text Example
Text Example
White with #1A54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54FE; }
p { color: rgb(26,84,254); }
H1.HeaderClassName
{
color: #1A54FE;
}
.AnyTagClassName
{
color: #1A54FE;
}
</style>
background-color css
<style>
a { background-color: #1A54FE; }
a { background-color: rgb(26,84,254); }
div.DivClassName
{
background-color: #1A54FE;
}
.BgClassName
{
background-color: #1A54FE;
}
</style>
border-color css
<style>
span { border-color: #1A54FE; }
span { border-color: rgb(26,84,254); }
td.TdClassName
{
border-color: #1A54FE;
}
.TagClassName
{
border-color: #1A54FE;
}
</style>