Shades of Blue #1A1DEF
Tints of Blue #1A1DEF
RGB
CMYK
RGB Variations
Color information
#1A1DEF (or 0x1A1DEF) is known color: Blue. HEX triplet: 1A, 1D and EF. RGB value is (26,29,239). Sum of RGB (Red+Green+Blue) = 26+29+239=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A1DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A1DEF is #E5E210. Grayscale: #333333. Windows color (decimal): -15065617 or 15670554. OLE color: 15670554.
HSL color Cylindrical-coordinate representation of color #1A1DEF: hue angle of 239.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A1DEF is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 29 | 239 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.06 |
| HSL | 239.15º | 0.87% | 0.52% | - |
| HSV(B) | 239.15º | 0.89% | 0.94% | - |
| XYZ | 16.45 | 7.33 | 82.21 | - |
| YUV | 52.04 | 233.51 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 239 | 0.89 | 0.88 | 0 | 0.06 | 239.15 | 0.87 | 0.52 |
| Hex | 1A | 1D | EF | 59 | 58 | 0 | 6 | EF | 57 | 34 |
| Octal | 32 | 35 | 357 | 131 | 130 | 0 | 6 | 357 | 127 | 64 |
| Binary | 11010 | 11101 | 11101111 | 1011001 | 1011000 | 0 | 110 | 11101111 | 1010111 | 110100 |
Color Harmonies of #1A1DEF
Complementary color
Monochromatic Colors of #1A1DEF
Black with #1A1DEF
Text Example
Text Example
White with #1A1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1DEF; }
p { color: rgb(26,29,239); }
H1.HeaderClassName
{
color: #1A1DEF;
}
.AnyTagClassName
{
color: #1A1DEF;
}
</style>
background-color css
<style>
a { background-color: #1A1DEF; }
a { background-color: rgb(26,29,239); }
div.DivClassName
{
background-color: #1A1DEF;
}
.BgClassName
{
background-color: #1A1DEF;
}
</style>
border-color css
<style>
span { border-color: #1A1DEF; }
span { border-color: rgb(26,29,239); }
td.TdClassName
{
border-color: #1A1DEF;
}
.TagClassName
{
border-color: #1A1DEF;
}
</style>