Shades of Blue #1A2EF6
Tints of Blue #1A2EF6
RGB
CMYK
RGB Variations
Color information
#1A2EF6 (or 0x1A2EF6) is known color: Blue. HEX triplet: 1A, 2E and F6. RGB value is (26,46,246). Sum of RGB (Red+Green+Blue) = 26+46+246=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 246 (96.48% from 255 or 77.36% from 318); Max value from RGB is 246 - color contains mainly: blue. Hex color #1A2EF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A2EF6 is #E5D109. Grayscale: #3E3E3E. Windows color (decimal): -15061258 or 16133658. OLE color: 16133658.
HSL color Cylindrical-coordinate representation of color #1A2EF6: hue angle of 234.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A2EF6 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 46 | 246 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.04 |
| HSL | 234.55º | 0.92% | 0.53% | - |
| HSV(B) | 234.55º | 0.89% | 0.96% | - |
| XYZ | 18.04 | 8.83 | 87.94 | - |
| YUV | 62.82 | 231.37 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 246 | 0.89 | 0.81 | 0 | 0.04 | 234.55 | 0.92 | 0.53 |
| Hex | 1A | 2E | F6 | 59 | 51 | 0 | 4 | EB | 5C | 35 |
| Octal | 32 | 56 | 366 | 131 | 121 | 0 | 4 | 353 | 134 | 65 |
| Binary | 11010 | 101110 | 11110110 | 1011001 | 1010001 | 0 | 100 | 11101011 | 1011100 | 110101 |
Color Harmonies of #1A2EF6
Complementary color
Monochromatic Colors of #1A2EF6
Black with #1A2EF6
Text Example
Text Example
White with #1A2EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2EF6; }
p { color: rgb(26,46,246); }
H1.HeaderClassName
{
color: #1A2EF6;
}
.AnyTagClassName
{
color: #1A2EF6;
}
</style>
background-color css
<style>
a { background-color: #1A2EF6; }
a { background-color: rgb(26,46,246); }
div.DivClassName
{
background-color: #1A2EF6;
}
.BgClassName
{
background-color: #1A2EF6;
}
</style>
border-color css
<style>
span { border-color: #1A2EF6; }
span { border-color: rgb(26,46,246); }
td.TdClassName
{
border-color: #1A2EF6;
}
.TagClassName
{
border-color: #1A2EF6;
}
</style>