Shades of Blue #141DEC
Tints of Blue #141DEC
RGB
CMYK
RGB Variations
Color information
#141DEC (or 0x141DEC) is known color: Blue. HEX triplet: 14, 1D and EC. RGB value is (20,29,236). Sum of RGB (Red+Green+Blue) = 20+29+236=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 236 (92.58% from 255 or 82.81% from 285); Max value from RGB is 236 - color contains mainly: blue. Hex color #141DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141DEC is #EBE213. Grayscale: #313131. Windows color (decimal): -15458836 or 15473940. OLE color: 15473940.
HSL color Cylindrical-coordinate representation of color #141DEC: hue angle of 237.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141DEC is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 29 | 236 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.07 |
| HSL | 237.5º | 0.85% | 0.5% | - |
| HSV(B) | 237.5º | 0.92% | 0.93% | - |
| XYZ | 15.87 | 7.08 | 79.89 | - |
| YUV | 49.91 | 233.02 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 236 | 0.92 | 0.88 | 0 | 0.07 | 237.5 | 0.85 | 0.5 |
| Hex | 14 | 1D | EC | 5C | 58 | 0 | 7 | EE | 55 | 32 |
| Octal | 24 | 35 | 354 | 134 | 130 | 0 | 7 | 356 | 125 | 62 |
| Binary | 10100 | 11101 | 11101100 | 1011100 | 1011000 | 0 | 111 | 11101110 | 1010101 | 110010 |
Color Harmonies of #141DEC
Complementary color
Monochromatic Colors of #141DEC
Black with #141DEC
Text Example
Text Example
White with #141DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DEC; }
p { color: rgb(20,29,236); }
H1.HeaderClassName
{
color: #141DEC;
}
.AnyTagClassName
{
color: #141DEC;
}
</style>
background-color css
<style>
a { background-color: #141DEC; }
a { background-color: rgb(20,29,236); }
div.DivClassName
{
background-color: #141DEC;
}
.BgClassName
{
background-color: #141DEC;
}
</style>
border-color css
<style>
span { border-color: #141DEC; }
span { border-color: rgb(20,29,236); }
td.TdClassName
{
border-color: #141DEC;
}
.TagClassName
{
border-color: #141DEC;
}
</style>