Shades of Blue #142AF0
Tints of Blue #142AF0
RGB
CMYK
RGB Variations
Color information
#142AF0 (or 0x142AF0) is known color: Blue. HEX triplet: 14, 2A and F0. RGB value is (20,42,240). Sum of RGB (Red+Green+Blue) = 20+42+240=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 240 (94.14% from 255 or 79.47% from 302); Max value from RGB is 240 - color contains mainly: blue. Hex color #142AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142AF0 is #EBD50F. Grayscale: #393939. Windows color (decimal): -15455504 or 15739412. OLE color: 15739412.
HSL color Cylindrical-coordinate representation of color #142AF0: hue angle of 234º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142AF0 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 42 | 240 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.06 |
| HSL | 234º | 0.88% | 0.51% | - |
| HSV(B) | 234º | 0.92% | 0.94% | - |
| XYZ | 16.84 | 8.1 | 83.11 | - |
| YUV | 57.99 | 230.71 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 240 | 0.92 | 0.82 | 0 | 0.06 | 234 | 0.88 | 0.51 |
| Hex | 14 | 2A | F0 | 5C | 52 | 0 | 6 | EA | 58 | 33 |
| Octal | 24 | 52 | 360 | 134 | 122 | 0 | 6 | 352 | 130 | 63 |
| Binary | 10100 | 101010 | 11110000 | 1011100 | 1010010 | 0 | 110 | 11101010 | 1011000 | 110011 |
Color Harmonies of #142AF0
Complementary color
Monochromatic Colors of #142AF0
Black with #142AF0
Text Example
Text Example
White with #142AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142AF0; }
p { color: rgb(20,42,240); }
H1.HeaderClassName
{
color: #142AF0;
}
.AnyTagClassName
{
color: #142AF0;
}
</style>
background-color css
<style>
a { background-color: #142AF0; }
a { background-color: rgb(20,42,240); }
div.DivClassName
{
background-color: #142AF0;
}
.BgClassName
{
background-color: #142AF0;
}
</style>
border-color css
<style>
span { border-color: #142AF0; }
span { border-color: rgb(20,42,240); }
td.TdClassName
{
border-color: #142AF0;
}
.TagClassName
{
border-color: #142AF0;
}
</style>