Shades of Royal Blue #1A55FC
Tints of Royal Blue #1A55FC
RGB
CMYK
RGB Variations
Color information
#1A55FC (or 0x1A55FC) is known color: Royal Blue. HEX triplet: 1A, 55 and FC. RGB value is (26,85,252). Sum of RGB (Red+Green+Blue) = 26+85+252=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A55FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A55FC is #E5AA03. Grayscale: #555555. Windows color (decimal): -15051268 or 16536858. OLE color: 16536858.
HSL color Cylindrical-coordinate representation of color #1A55FC: hue angle of 224.34º degrees, saturation: 0.97, 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 #1A55FC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 85 | 252 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.01 |
| HSL | 224.34º | 0.97% | 0.55% | - |
| HSV(B) | 224.34º | 0.9% | 0.99% | - |
| XYZ | 21.25 | 13.74 | 93.63 | - |
| YUV | 86.4 | 221.45 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 252 | 0.90 | 0.66 | 0 | 0.01 | 224.34 | 0.97 | 0.55 |
| Hex | 1A | 55 | FC | 5A | 42 | 0 | 1 | E0 | 61 | 37 |
| Octal | 32 | 125 | 374 | 132 | 102 | 0 | 1 | 340 | 141 | 67 |
| Binary | 11010 | 1010101 | 11111100 | 1011010 | 1000010 | 0 | 1 | 11100000 | 1100001 | 110111 |
Color Harmonies of #1A55FC
Complementary color
Monochromatic Colors of #1A55FC
Black with #1A55FC
Text Example
Text Example
White with #1A55FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A55FC; }
p { color: rgb(26,85,252); }
H1.HeaderClassName
{
color: #1A55FC;
}
.AnyTagClassName
{
color: #1A55FC;
}
</style>
background-color css
<style>
a { background-color: #1A55FC; }
a { background-color: rgb(26,85,252); }
div.DivClassName
{
background-color: #1A55FC;
}
.BgClassName
{
background-color: #1A55FC;
}
</style>
border-color css
<style>
span { border-color: #1A55FC; }
span { border-color: rgb(26,85,252); }
td.TdClassName
{
border-color: #1A55FC;
}
.TagClassName
{
border-color: #1A55FC;
}
</style>