Shades of Blue #142CF2
Tints of Blue #142CF2
RGB
CMYK
RGB Variations
Color information
#142CF2 (or 0x142CF2) is known color: Blue. HEX triplet: 14, 2C and F2. RGB value is (20,44,242). Sum of RGB (Red+Green+Blue) = 20+44+242=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 242 (94.92% from 255 or 79.08% from 306); Max value from RGB is 242 - color contains mainly: blue. Hex color #142CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142CF2 is #EBD30D. Grayscale: #3A3A3A. Windows color (decimal): -15454990 or 15870996. OLE color: 15870996.
HSL color Cylindrical-coordinate representation of color #142CF2: hue angle of 233.51º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142CF2 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 44 | 242 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.05 |
| HSL | 233.51º | 0.9% | 0.51% | - |
| HSV(B) | 233.51º | 0.92% | 0.95% | - |
| XYZ | 17.22 | 8.36 | 84.71 | - |
| YUV | 59.4 | 231.05 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 242 | 0.92 | 0.82 | 0 | 0.05 | 233.51 | 0.9 | 0.51 |
| Hex | 14 | 2C | F2 | 5C | 52 | 0 | 5 | EA | 5A | 33 |
| Octal | 24 | 54 | 362 | 134 | 122 | 0 | 5 | 352 | 132 | 63 |
| Binary | 10100 | 101100 | 11110010 | 1011100 | 1010010 | 0 | 101 | 11101010 | 1011010 | 110011 |
Color Harmonies of #142CF2
Complementary color
Monochromatic Colors of #142CF2
Black with #142CF2
Text Example
Text Example
White with #142CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CF2; }
p { color: rgb(20,44,242); }
H1.HeaderClassName
{
color: #142CF2;
}
.AnyTagClassName
{
color: #142CF2;
}
</style>
background-color css
<style>
a { background-color: #142CF2; }
a { background-color: rgb(20,44,242); }
div.DivClassName
{
background-color: #142CF2;
}
.BgClassName
{
background-color: #142CF2;
}
</style>
border-color css
<style>
span { border-color: #142CF2; }
span { border-color: rgb(20,44,242); }
td.TdClassName
{
border-color: #142CF2;
}
.TagClassName
{
border-color: #142CF2;
}
</style>