Shades of Royal Blue #1A5EFF
Tints of Royal Blue #1A5EFF
RGB
CMYK
RGB Variations
Color information
#1A5EFF (or 0x1A5EFF) is known color: Royal Blue. HEX triplet: 1A, 5E and FF. RGB value is (26,94,255). Sum of RGB (Red+Green+Blue) = 26+94+255=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A5EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5EFF is #E5A100. Grayscale: #5B5B5B. Windows color (decimal): -15048961 or 16735770. OLE color: 16735770.
HSL color Cylindrical-coordinate representation of color #1A5EFF: hue angle of 222.18º 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 #1A5EFF is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 94 | 255 | - |
| CMYK | 0.90 | 0.63 | 0 | 0 |
| HSL | 222.18º | 1% | 0.55% | - |
| HSV(B) | 222.18º | 0.9% | 1% | - |
| XYZ | 22.48 | 15.45 | 96.4 | - |
| YUV | 92.02 | 219.97 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 255 | 0.90 | 0.63 | 0 | 0 | 222.18 | 1 | 0.55 |
| Hex | 1A | 5E | FF | 5A | 3F | 0 | 0 | DE | 64 | 37 |
| Octal | 32 | 136 | 377 | 132 | 77 | 0 | 0 | 336 | 144 | 67 |
| Binary | 11010 | 1011110 | 11111111 | 1011010 | 111111 | 0 | 0 | 11011110 | 1100100 | 110111 |
Color Harmonies of #1A5EFF
Complementary color
Monochromatic Colors of #1A5EFF
Black with #1A5EFF
Text Example
Text Example
White with #1A5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5EFF; }
p { color: rgb(26,94,255); }
H1.HeaderClassName
{
color: #1A5EFF;
}
.AnyTagClassName
{
color: #1A5EFF;
}
</style>
background-color css
<style>
a { background-color: #1A5EFF; }
a { background-color: rgb(26,94,255); }
div.DivClassName
{
background-color: #1A5EFF;
}
.BgClassName
{
background-color: #1A5EFF;
}
</style>
border-color css
<style>
span { border-color: #1A5EFF; }
span { border-color: rgb(26,94,255); }
td.TdClassName
{
border-color: #1A5EFF;
}
.TagClassName
{
border-color: #1A5EFF;
}
</style>