Shades of Blue #142DEE
Tints of Blue #142DEE
RGB
CMYK
RGB Variations
Color information
#142DEE (or 0x142DEE) is known color: Blue. HEX triplet: 14, 2D and EE. RGB value is (20,45,238). Sum of RGB (Red+Green+Blue) = 20+45+238=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #142DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142DEE is #EBD211. Grayscale: #3A3A3A. Windows color (decimal): -15454738 or 15609108. OLE color: 15609108.
HSL color Cylindrical-coordinate representation of color #142DEE: hue angle of 233.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142DEE is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 45 | 238 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.07 |
| HSL | 233.12º | 0.87% | 0.51% | - |
| HSV(B) | 233.12º | 0.92% | 0.93% | - |
| XYZ | 16.66 | 8.2 | 81.59 | - |
| YUV | 59.53 | 228.72 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 238 | 0.92 | 0.81 | 0 | 0.07 | 233.12 | 0.87 | 0.51 |
| Hex | 14 | 2D | EE | 5C | 51 | 0 | 7 | E9 | 57 | 33 |
| Octal | 24 | 55 | 356 | 134 | 121 | 0 | 7 | 351 | 127 | 63 |
| Binary | 10100 | 101101 | 11101110 | 1011100 | 1010001 | 0 | 111 | 11101001 | 1010111 | 110011 |
Color Harmonies of #142DEE
Complementary color
Monochromatic Colors of #142DEE
Black with #142DEE
Text Example
Text Example
White with #142DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DEE; }
p { color: rgb(20,45,238); }
H1.HeaderClassName
{
color: #142DEE;
}
.AnyTagClassName
{
color: #142DEE;
}
</style>
background-color css
<style>
a { background-color: #142DEE; }
a { background-color: rgb(20,45,238); }
div.DivClassName
{
background-color: #142DEE;
}
.BgClassName
{
background-color: #142DEE;
}
</style>
border-color css
<style>
span { border-color: #142DEE; }
span { border-color: rgb(20,45,238); }
td.TdClassName
{
border-color: #142DEE;
}
.TagClassName
{
border-color: #142DEE;
}
</style>