Shades of Blue #1A20EB
Tints of Blue #1A20EB
RGB
CMYK
RGB Variations
Color information
#1A20EB (or 0x1A20EB) is known color: Blue. HEX triplet: 1A, 20 and EB. RGB value is (26,32,235). Sum of RGB (Red+Green+Blue) = 26+32+235=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A20EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A20EB is #E5DF14. Grayscale: #343434. Windows color (decimal): -15064853 or 15409178. OLE color: 15409178.
HSL color Cylindrical-coordinate representation of color #1A20EB: hue angle of 238.28º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A20EB is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 32 | 235 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.08 |
| HSL | 238.28º | 0.84% | 0.51% | - |
| HSV(B) | 238.28º | 0.89% | 0.92% | - |
| XYZ | 15.94 | 7.25 | 79.16 | - |
| YUV | 53.35 | 230.51 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 235 | 0.89 | 0.86 | 0 | 0.08 | 238.28 | 0.84 | 0.51 |
| Hex | 1A | 20 | EB | 59 | 56 | 0 | 8 | EE | 54 | 33 |
| Octal | 32 | 40 | 353 | 131 | 126 | 0 | 10 | 356 | 124 | 63 |
| Binary | 11010 | 100000 | 11101011 | 1011001 | 1010110 | 0 | 1000 | 11101110 | 1010100 | 110011 |
Color Harmonies of #1A20EB
Complementary color
Monochromatic Colors of #1A20EB
Black with #1A20EB
Text Example
Text Example
White with #1A20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A20EB; }
p { color: rgb(26,32,235); }
H1.HeaderClassName
{
color: #1A20EB;
}
.AnyTagClassName
{
color: #1A20EB;
}
</style>
background-color css
<style>
a { background-color: #1A20EB; }
a { background-color: rgb(26,32,235); }
div.DivClassName
{
background-color: #1A20EB;
}
.BgClassName
{
background-color: #1A20EB;
}
</style>
border-color css
<style>
span { border-color: #1A20EB; }
span { border-color: rgb(26,32,235); }
td.TdClassName
{
border-color: #1A20EB;
}
.TagClassName
{
border-color: #1A20EB;
}
</style>