Shades of Blue #1A0EF9
Tints of Blue #1A0EF9
RGB
CMYK
RGB Variations
Color information
#1A0EF9 (or 0x1A0EF9) is known color: Blue. HEX triplet: 1A, 0E and F9. RGB value is (26,14,249). Sum of RGB (Red+Green+Blue) = 26+14+249=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 249 (97.66% from 255 or 86.16% from 289); Max value from RGB is 249 - color contains mainly: blue. Hex color #1A0EF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A0EF9 is #E5F106. Grayscale: #2B2B2B. Windows color (decimal): -15069447 or 16322074. OLE color: 16322074.
HSL color Cylindrical-coordinate representation of color #1A0EF9: hue angle of 243.06º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0EF9 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 14 | 249 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.02 |
| HSL | 243.06º | 0.95% | 0.52% | - |
| HSV(B) | 243.06º | 0.94% | 0.98% | - |
| XYZ | 17.68 | 7.37 | 90.11 | - |
| YUV | 44.38 | 243.48 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 14 | 249 | 0.90 | 0.94 | 0 | 0.02 | 243.06 | 0.95 | 0.52 |
| Hex | 1A | E | F9 | 5A | 5E | 0 | 2 | F3 | 5F | 34 |
| Octal | 32 | 16 | 371 | 132 | 136 | 0 | 2 | 363 | 137 | 64 |
| Binary | 11010 | 1110 | 11111001 | 1011010 | 1011110 | 0 | 10 | 11110011 | 1011111 | 110100 |
Color Harmonies of #1A0EF9
Complementary color
Monochromatic Colors of #1A0EF9
Black with #1A0EF9
Text Example
Text Example
White with #1A0EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0EF9; }
p { color: rgb(26,14,249); }
H1.HeaderClassName
{
color: #1A0EF9;
}
.AnyTagClassName
{
color: #1A0EF9;
}
</style>
background-color css
<style>
a { background-color: #1A0EF9; }
a { background-color: rgb(26,14,249); }
div.DivClassName
{
background-color: #1A0EF9;
}
.BgClassName
{
background-color: #1A0EF9;
}
</style>
border-color css
<style>
span { border-color: #1A0EF9; }
span { border-color: rgb(26,14,249); }
td.TdClassName
{
border-color: #1A0EF9;
}
.TagClassName
{
border-color: #1A0EF9;
}
</style>