Shades of Blue #1A2CF6
Tints of Blue #1A2CF6
RGB
CMYK
RGB Variations
Color information
#1A2CF6 (or 0x1A2CF6) is known color: Blue. HEX triplet: 1A, 2C and F6. RGB value is (26,44,246). Sum of RGB (Red+Green+Blue) = 26+44+246=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 246 (96.48% from 255 or 77.85% from 316); Max value from RGB is 246 - color contains mainly: blue. Hex color #1A2CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A2CF6 is #E5D309. Grayscale: #3C3C3C. Windows color (decimal): -15061770 or 16133146. OLE color: 16133146.
HSL color Cylindrical-coordinate representation of color #1A2CF6: hue angle of 235.09º 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 #1A2CF6 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 44 | 246 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.04 |
| HSL | 235.09º | 0.92% | 0.53% | - |
| HSV(B) | 235.09º | 0.89% | 0.96% | - |
| XYZ | 17.96 | 8.67 | 87.92 | - |
| YUV | 61.65 | 232.04 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 44 | 246 | 0.89 | 0.82 | 0 | 0.04 | 235.09 | 0.92 | 0.53 |
| Hex | 1A | 2C | F6 | 59 | 52 | 0 | 4 | EB | 5C | 35 |
| Octal | 32 | 54 | 366 | 131 | 122 | 0 | 4 | 353 | 134 | 65 |
| Binary | 11010 | 101100 | 11110110 | 1011001 | 1010010 | 0 | 100 | 11101011 | 1011100 | 110101 |
Color Harmonies of #1A2CF6
Complementary color
Monochromatic Colors of #1A2CF6
Black with #1A2CF6
Text Example
Text Example
White with #1A2CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2CF6; }
p { color: rgb(26,44,246); }
H1.HeaderClassName
{
color: #1A2CF6;
}
.AnyTagClassName
{
color: #1A2CF6;
}
</style>
background-color css
<style>
a { background-color: #1A2CF6; }
a { background-color: rgb(26,44,246); }
div.DivClassName
{
background-color: #1A2CF6;
}
.BgClassName
{
background-color: #1A2CF6;
}
</style>
border-color css
<style>
span { border-color: #1A2CF6; }
span { border-color: rgb(26,44,246); }
td.TdClassName
{
border-color: #1A2CF6;
}
.TagClassName
{
border-color: #1A2CF6;
}
</style>