Shades of Royal Blue #1A54FD
Tints of Royal Blue #1A54FD
RGB
CMYK
RGB Variations
Color information
#1A54FD (or 0x1A54FD) is known color: Royal Blue. HEX triplet: 1A, 54 and FD. RGB value is (26,84,253). Sum of RGB (Red+Green+Blue) = 26+84+253=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A54FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A54FD is #E5AB02. Grayscale: #555555. Windows color (decimal): -15051523 or 16602138. OLE color: 16602138.
HSL color Cylindrical-coordinate representation of color #1A54FD: hue angle of 224.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A54FD is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 84 | 253 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.01 |
| HSL | 224.67º | 0.98% | 0.55% | - |
| HSV(B) | 224.67º | 0.9% | 0.99% | - |
| XYZ | 21.33 | 13.65 | 94.44 | - |
| YUV | 85.92 | 222.28 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 253 | 0.90 | 0.67 | 0 | 0.01 | 224.67 | 0.98 | 0.55 |
| Hex | 1A | 54 | FD | 5A | 43 | 0 | 1 | E1 | 62 | 37 |
| Octal | 32 | 124 | 375 | 132 | 103 | 0 | 1 | 341 | 142 | 67 |
| Binary | 11010 | 1010100 | 11111101 | 1011010 | 1000011 | 0 | 1 | 11100001 | 1100010 | 110111 |
Color Harmonies of #1A54FD
Complementary color
Monochromatic Colors of #1A54FD
Black with #1A54FD
Text Example
Text Example
White with #1A54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54FD; }
p { color: rgb(26,84,253); }
H1.HeaderClassName
{
color: #1A54FD;
}
.AnyTagClassName
{
color: #1A54FD;
}
</style>
background-color css
<style>
a { background-color: #1A54FD; }
a { background-color: rgb(26,84,253); }
div.DivClassName
{
background-color: #1A54FD;
}
.BgClassName
{
background-color: #1A54FD;
}
</style>
border-color css
<style>
span { border-color: #1A54FD; }
span { border-color: rgb(26,84,253); }
td.TdClassName
{
border-color: #1A54FD;
}
.TagClassName
{
border-color: #1A54FD;
}
</style>