Shades of Blue #142AFF
Tints of Blue #142AFF
RGB
CMYK
RGB Variations
Color information
#142AFF (or 0x142AFF) is known color: Blue. HEX triplet: 14, 2A and FF. RGB value is (20,42,255). Sum of RGB (Red+Green+Blue) = 20+42+255=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #142AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142AFF is #EBD500. Grayscale: #3A3A3A. Windows color (decimal): -15455489 or 16722452. OLE color: 16722452.
HSL color Cylindrical-coordinate representation of color #142AFF: hue angle of 234.38º 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 #142AFF is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 42 | 255 | - |
| CMYK | 0.92 | 0.84 | 0 | 0 |
| HSL | 234.38º | 1% | 0.54% | - |
| HSV(B) | 234.38º | 0.92% | 1% | - |
| XYZ | 19.17 | 9.02 | 95.34 | - |
| YUV | 59.7 | 238.21 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 255 | 0.92 | 0.84 | 0 | 0 | 234.38 | 1 | 0.54 |
| Hex | 14 | 2A | FF | 5C | 54 | 0 | 0 | EA | 64 | 36 |
| Octal | 24 | 52 | 377 | 134 | 124 | 0 | 0 | 352 | 144 | 66 |
| Binary | 10100 | 101010 | 11111111 | 1011100 | 1010100 | 0 | 0 | 11101010 | 1100100 | 110110 |
Color Harmonies of #142AFF
Complementary color
Monochromatic Colors of #142AFF
Black with #142AFF
Text Example
Text Example
White with #142AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142AFF; }
p { color: rgb(20,42,255); }
H1.HeaderClassName
{
color: #142AFF;
}
.AnyTagClassName
{
color: #142AFF;
}
</style>
background-color css
<style>
a { background-color: #142AFF; }
a { background-color: rgb(20,42,255); }
div.DivClassName
{
background-color: #142AFF;
}
.BgClassName
{
background-color: #142AFF;
}
</style>
border-color css
<style>
span { border-color: #142AFF; }
span { border-color: rgb(20,42,255); }
td.TdClassName
{
border-color: #142AFF;
}
.TagClassName
{
border-color: #142AFF;
}
</style>