Shades of Blue #142DFE
Tints of Blue #142DFE
RGB
CMYK
RGB Variations
Color information
#142DFE (or 0x142DFE) is known color: Blue. HEX triplet: 14, 2D and FE. RGB value is (20,45,254). Sum of RGB (Red+Green+Blue) = 20+45+254=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #142DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142DFE is #EBD201. Grayscale: #3C3C3C. Windows color (decimal): -15454722 or 16657684. OLE color: 16657684.
HSL color Cylindrical-coordinate representation of color #142DFE: hue angle of 233.59º 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 #142DFE is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 45 | 254 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.00 |
| HSL | 233.59º | 0.99% | 0.54% | - |
| HSV(B) | 233.59º | 0.92% | 1% | - |
| XYZ | 19.12 | 9.18 | 94.53 | - |
| YUV | 61.35 | 236.72 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 254 | 0.92 | 0.82 | 0 | 0.00 | 233.59 | 0.99 | 0.54 |
| Hex | 14 | 2D | FE | 5C | 52 | 0 | 0 | EA | 63 | 36 |
| Octal | 24 | 55 | 376 | 134 | 122 | 0 | 0 | 352 | 143 | 66 |
| Binary | 10100 | 101101 | 11111110 | 1011100 | 1010010 | 0 | 0 | 11101010 | 1100011 | 110110 |
Color Harmonies of #142DFE
Complementary color
Monochromatic Colors of #142DFE
Black with #142DFE
Text Example
Text Example
White with #142DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DFE; }
p { color: rgb(20,45,254); }
H1.HeaderClassName
{
color: #142DFE;
}
.AnyTagClassName
{
color: #142DFE;
}
</style>
background-color css
<style>
a { background-color: #142DFE; }
a { background-color: rgb(20,45,254); }
div.DivClassName
{
background-color: #142DFE;
}
.BgClassName
{
background-color: #142DFE;
}
</style>
border-color css
<style>
span { border-color: #142DFE; }
span { border-color: rgb(20,45,254); }
td.TdClassName
{
border-color: #142DFE;
}
.TagClassName
{
border-color: #142DFE;
}
</style>