Shades of Blue #1A11ED
Tints of Blue #1A11ED
RGB
CMYK
RGB Variations
Color information
#1A11ED (or 0x1A11ED) is known color: Blue. HEX triplet: 1A, 11 and ED. RGB value is (26,17,237). Sum of RGB (Red+Green+Blue) = 26+17+237=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 237 (92.97% from 255 or 84.64% from 280); Max value from RGB is 237 - color contains mainly: blue. Hex color #1A11ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A11ED is #E5EE12. Grayscale: #2B2B2B. Windows color (decimal): -15068691 or 15536410. OLE color: 15536410.
HSL color Cylindrical-coordinate representation of color #1A11ED: hue angle of 242.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A11ED is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 17 | 237 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.07 |
| HSL | 242.45º | 0.87% | 0.5% | - |
| HSV(B) | 242.45º | 0.93% | 0.93% | - |
| XYZ | 15.91 | 6.73 | 80.58 | - |
| YUV | 44.77 | 236.48 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 237 | 0.89 | 0.93 | 0 | 0.07 | 242.45 | 0.87 | 0.5 |
| Hex | 1A | 11 | ED | 59 | 5D | 0 | 7 | F2 | 57 | 32 |
| Octal | 32 | 21 | 355 | 131 | 135 | 0 | 7 | 362 | 127 | 62 |
| Binary | 11010 | 10001 | 11101101 | 1011001 | 1011101 | 0 | 111 | 11110010 | 1010111 | 110010 |
Color Harmonies of #1A11ED
Complementary color
Monochromatic Colors of #1A11ED
Black with #1A11ED
Text Example
Text Example
White with #1A11ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A11ED; }
p { color: rgb(26,17,237); }
H1.HeaderClassName
{
color: #1A11ED;
}
.AnyTagClassName
{
color: #1A11ED;
}
</style>
background-color css
<style>
a { background-color: #1A11ED; }
a { background-color: rgb(26,17,237); }
div.DivClassName
{
background-color: #1A11ED;
}
.BgClassName
{
background-color: #1A11ED;
}
</style>
border-color css
<style>
span { border-color: #1A11ED; }
span { border-color: rgb(26,17,237); }
td.TdClassName
{
border-color: #1A11ED;
}
.TagClassName
{
border-color: #1A11ED;
}
</style>