Shades of Blue #1A2EF9
Tints of Blue #1A2EF9
RGB
CMYK
RGB Variations
Color information
#1A2EF9 (or 0x1A2EF9) is known color: Blue. HEX triplet: 1A, 2E and F9. RGB value is (26,46,249). Sum of RGB (Red+Green+Blue) = 26+46+249=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 249 (97.66% from 255 or 77.57% from 321); Max value from RGB is 249 - color contains mainly: blue. Hex color #1A2EF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A2EF9 is #E5D106. Grayscale: #3E3E3E. Windows color (decimal): -15061255 or 16330266. OLE color: 16330266.
HSL color Cylindrical-coordinate representation of color #1A2EF9: hue angle of 234.62º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A2EF9 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 46 | 249 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.02 |
| HSL | 234.62º | 0.95% | 0.54% | - |
| HSV(B) | 234.62º | 0.9% | 0.98% | - |
| XYZ | 18.5 | 9.01 | 90.39 | - |
| YUV | 63.16 | 232.87 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 249 | 0.90 | 0.82 | 0 | 0.02 | 234.62 | 0.95 | 0.54 |
| Hex | 1A | 2E | F9 | 5A | 52 | 0 | 2 | EB | 5F | 36 |
| Octal | 32 | 56 | 371 | 132 | 122 | 0 | 2 | 353 | 137 | 66 |
| Binary | 11010 | 101110 | 11111001 | 1011010 | 1010010 | 0 | 10 | 11101011 | 1011111 | 110110 |
Color Harmonies of #1A2EF9
Complementary color
Monochromatic Colors of #1A2EF9
Black with #1A2EF9
Text Example
Text Example
White with #1A2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2EF9; }
p { color: rgb(26,46,249); }
H1.HeaderClassName
{
color: #1A2EF9;
}
.AnyTagClassName
{
color: #1A2EF9;
}
</style>
background-color css
<style>
a { background-color: #1A2EF9; }
a { background-color: rgb(26,46,249); }
div.DivClassName
{
background-color: #1A2EF9;
}
.BgClassName
{
background-color: #1A2EF9;
}
</style>
border-color css
<style>
span { border-color: #1A2EF9; }
span { border-color: rgb(26,46,249); }
td.TdClassName
{
border-color: #1A2EF9;
}
.TagClassName
{
border-color: #1A2EF9;
}
</style>