Shades of Blue #1A1FEE
Tints of Blue #1A1FEE
RGB
CMYK
RGB Variations
Color information
#1A1FEE (or 0x1A1FEE) is known color: Blue. HEX triplet: 1A, 1F and EE. RGB value is (26,31,238). Sum of RGB (Red+Green+Blue) = 26+31+238=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 238 (93.36% from 255 or 80.68% from 295); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A1FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A1FEE is #E5E011. Grayscale: #343434. Windows color (decimal): -15065106 or 15605530. OLE color: 15605530.
HSL color Cylindrical-coordinate representation of color #1A1FEE: hue angle of 238.58º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A1FEE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 31 | 238 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.07 |
| HSL | 238.58º | 0.86% | 0.52% | - |
| HSV(B) | 238.58º | 0.89% | 0.93% | - |
| XYZ | 16.35 | 7.37 | 81.45 | - |
| YUV | 53.1 | 232.34 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 238 | 0.89 | 0.87 | 0 | 0.07 | 238.58 | 0.86 | 0.52 |
| Hex | 1A | 1F | EE | 59 | 57 | 0 | 7 | EF | 56 | 34 |
| Octal | 32 | 37 | 356 | 131 | 127 | 0 | 7 | 357 | 126 | 64 |
| Binary | 11010 | 11111 | 11101110 | 1011001 | 1010111 | 0 | 111 | 11101111 | 1010110 | 110100 |
Color Harmonies of #1A1FEE
Complementary color
Monochromatic Colors of #1A1FEE
Black with #1A1FEE
Text Example
Text Example
White with #1A1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1FEE; }
p { color: rgb(26,31,238); }
H1.HeaderClassName
{
color: #1A1FEE;
}
.AnyTagClassName
{
color: #1A1FEE;
}
</style>
background-color css
<style>
a { background-color: #1A1FEE; }
a { background-color: rgb(26,31,238); }
div.DivClassName
{
background-color: #1A1FEE;
}
.BgClassName
{
background-color: #1A1FEE;
}
</style>
border-color css
<style>
span { border-color: #1A1FEE; }
span { border-color: rgb(26,31,238); }
td.TdClassName
{
border-color: #1A1FEE;
}
.TagClassName
{
border-color: #1A1FEE;
}
</style>