Shades of Blue #1A20EE
Tints of Blue #1A20EE
RGB
CMYK
RGB Variations
Color information
#1A20EE (or 0x1A20EE) is known color: Blue. HEX triplet: 1A, 20 and EE. RGB value is (26,32,238). Sum of RGB (Red+Green+Blue) = 26+32+238=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 238 (93.36% from 255 or 80.41% from 296); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A20EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A20EE is #E5DF11. Grayscale: #343434. Windows color (decimal): -15064850 or 15605786. OLE color: 15605786.
HSL color Cylindrical-coordinate representation of color #1A20EE: hue angle of 238.3º 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 #1A20EE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 32 | 238 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.07 |
| HSL | 238.3º | 0.86% | 0.52% | - |
| HSV(B) | 238.3º | 0.89% | 0.93% | - |
| XYZ | 16.38 | 7.43 | 81.46 | - |
| YUV | 53.69 | 232.01 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 238 | 0.89 | 0.87 | 0 | 0.07 | 238.3 | 0.86 | 0.52 |
| Hex | 1A | 20 | EE | 59 | 57 | 0 | 7 | EE | 56 | 34 |
| Octal | 32 | 40 | 356 | 131 | 127 | 0 | 7 | 356 | 126 | 64 |
| Binary | 11010 | 100000 | 11101110 | 1011001 | 1010111 | 0 | 111 | 11101110 | 1010110 | 110100 |
Color Harmonies of #1A20EE
Complementary color
Monochromatic Colors of #1A20EE
Black with #1A20EE
Text Example
Text Example
White with #1A20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A20EE; }
p { color: rgb(26,32,238); }
H1.HeaderClassName
{
color: #1A20EE;
}
.AnyTagClassName
{
color: #1A20EE;
}
</style>
background-color css
<style>
a { background-color: #1A20EE; }
a { background-color: rgb(26,32,238); }
div.DivClassName
{
background-color: #1A20EE;
}
.BgClassName
{
background-color: #1A20EE;
}
</style>
border-color css
<style>
span { border-color: #1A20EE; }
span { border-color: rgb(26,32,238); }
td.TdClassName
{
border-color: #1A20EE;
}
.TagClassName
{
border-color: #1A20EE;
}
</style>