Shades of Royal Blue #1A55FF
Tints of Royal Blue #1A55FF
RGB
CMYK
RGB Variations
Color information
#1A55FF (or 0x1A55FF) is known color: Royal Blue. HEX triplet: 1A, 55 and FF. RGB value is (26,85,255). Sum of RGB (Red+Green+Blue) = 26+85+255=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A55FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A55FF is #E5AA00. Grayscale: #565656. Windows color (decimal): -15051265 or 16733466. OLE color: 16733466.
HSL color Cylindrical-coordinate representation of color #1A55FF: hue angle of 224.54º 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 #1A55FF is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 85 | 255 | - |
| CMYK | 0.90 | 0.67 | 0 | 0 |
| HSL | 224.54º | 1% | 0.55% | - |
| HSV(B) | 224.54º | 0.9% | 1% | - |
| XYZ | 21.72 | 13.94 | 96.15 | - |
| YUV | 86.74 | 222.95 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 255 | 0.90 | 0.67 | 0 | 0 | 224.54 | 1 | 0.55 |
| Hex | 1A | 55 | FF | 5A | 43 | 0 | 0 | E1 | 64 | 37 |
| Octal | 32 | 125 | 377 | 132 | 103 | 0 | 0 | 341 | 144 | 67 |
| Binary | 11010 | 1010101 | 11111111 | 1011010 | 1000011 | 0 | 0 | 11100001 | 1100100 | 110111 |
Color Harmonies of #1A55FF
Complementary color
Monochromatic Colors of #1A55FF
Black with #1A55FF
Text Example
Text Example
White with #1A55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A55FF; }
p { color: rgb(26,85,255); }
H1.HeaderClassName
{
color: #1A55FF;
}
.AnyTagClassName
{
color: #1A55FF;
}
</style>
background-color css
<style>
a { background-color: #1A55FF; }
a { background-color: rgb(26,85,255); }
div.DivClassName
{
background-color: #1A55FF;
}
.BgClassName
{
background-color: #1A55FF;
}
</style>
border-color css
<style>
span { border-color: #1A55FF; }
span { border-color: rgb(26,85,255); }
td.TdClassName
{
border-color: #1A55FF;
}
.TagClassName
{
border-color: #1A55FF;
}
</style>