Shades of Blue #142EFE
Tints of Blue #142EFE
RGB
CMYK
RGB Variations
Color information
#142EFE (or 0x142EFE) is known color: Blue. HEX triplet: 14, 2E and FE. RGB value is (20,46,254). Sum of RGB (Red+Green+Blue) = 20+46+254=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 254 (99.61% from 255 or 79.38% from 320); Max value from RGB is 254 - color contains mainly: blue. Hex color #142EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142EFE is #EBD101. Grayscale: #3D3D3D. Windows color (decimal): -15454466 or 16657940. OLE color: 16657940.
HSL color Cylindrical-coordinate representation of color #142EFE: hue angle of 233.33º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142EFE is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 46 | 254 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.00 |
| HSL | 233.33º | 0.99% | 0.54% | - |
| HSV(B) | 233.33º | 0.92% | 1% | - |
| XYZ | 19.15 | 9.26 | 94.54 | - |
| YUV | 61.94 | 236.39 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 254 | 0.92 | 0.82 | 0 | 0.00 | 233.33 | 0.99 | 0.54 |
| Hex | 14 | 2E | FE | 5C | 52 | 0 | 0 | E9 | 63 | 36 |
| Octal | 24 | 56 | 376 | 134 | 122 | 0 | 0 | 351 | 143 | 66 |
| Binary | 10100 | 101110 | 11111110 | 1011100 | 1010010 | 0 | 0 | 11101001 | 1100011 | 110110 |
Color Harmonies of #142EFE
Complementary color
Monochromatic Colors of #142EFE
Black with #142EFE
Text Example
Text Example
White with #142EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142EFE; }
p { color: rgb(20,46,254); }
H1.HeaderClassName
{
color: #142EFE;
}
.AnyTagClassName
{
color: #142EFE;
}
</style>
background-color css
<style>
a { background-color: #142EFE; }
a { background-color: rgb(20,46,254); }
div.DivClassName
{
background-color: #142EFE;
}
.BgClassName
{
background-color: #142EFE;
}
</style>
border-color css
<style>
span { border-color: #142EFE; }
span { border-color: rgb(20,46,254); }
td.TdClassName
{
border-color: #142EFE;
}
.TagClassName
{
border-color: #142EFE;
}
</style>