Shades of Blue #142CFF
Tints of Blue #142CFF
RGB
CMYK
RGB Variations
Color information
#142CFF (or 0x142CFF) is known color: Blue. HEX triplet: 14, 2C and FF. RGB value is (20,44,255). Sum of RGB (Red+Green+Blue) = 20+44+255=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #142CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142CFF is #EBD300. Grayscale: #3C3C3C. Windows color (decimal): -15454977 or 16722964. OLE color: 16722964.
HSL color Cylindrical-coordinate representation of color #142CFF: hue angle of 233.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142CFF is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 44 | 255 | - |
| CMYK | 0.92 | 0.83 | 0 | 0 |
| HSL | 233.87º | 1% | 0.54% | - |
| HSV(B) | 233.87º | 0.92% | 1% | - |
| XYZ | 19.24 | 9.17 | 95.36 | - |
| YUV | 60.88 | 237.55 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 255 | 0.92 | 0.83 | 0 | 0 | 233.87 | 1 | 0.54 |
| Hex | 14 | 2C | FF | 5C | 53 | 0 | 0 | EA | 64 | 36 |
| Octal | 24 | 54 | 377 | 134 | 123 | 0 | 0 | 352 | 144 | 66 |
| Binary | 10100 | 101100 | 11111111 | 1011100 | 1010011 | 0 | 0 | 11101010 | 1100100 | 110110 |
Color Harmonies of #142CFF
Complementary color
Monochromatic Colors of #142CFF
Black with #142CFF
Text Example
Text Example
White with #142CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CFF; }
p { color: rgb(20,44,255); }
H1.HeaderClassName
{
color: #142CFF;
}
.AnyTagClassName
{
color: #142CFF;
}
</style>
background-color css
<style>
a { background-color: #142CFF; }
a { background-color: rgb(20,44,255); }
div.DivClassName
{
background-color: #142CFF;
}
.BgClassName
{
background-color: #142CFF;
}
</style>
border-color css
<style>
span { border-color: #142CFF; }
span { border-color: rgb(20,44,255); }
td.TdClassName
{
border-color: #142CFF;
}
.TagClassName
{
border-color: #142CFF;
}
</style>