Shades of Blue #142DF2
Tints of Blue #142DF2
RGB
CMYK
RGB Variations
Color information
#142DF2 (or 0x142DF2) is known color: Blue. HEX triplet: 14, 2D and F2. RGB value is (20,45,242). Sum of RGB (Red+Green+Blue) = 20+45+242=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 242 (94.92% from 255 or 78.83% from 307); Max value from RGB is 242 - color contains mainly: blue. Hex color #142DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142DF2 is #EBD20D. Grayscale: #3B3B3B. Windows color (decimal): -15454734 or 15871252. OLE color: 15871252.
HSL color Cylindrical-coordinate representation of color #142DF2: hue angle of 233.24º 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 #142DF2 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 45 | 242 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.05 |
| HSL | 233.24º | 0.9% | 0.51% | - |
| HSV(B) | 233.24º | 0.92% | 0.95% | - |
| XYZ | 17.25 | 8.44 | 84.72 | - |
| YUV | 59.98 | 230.72 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 242 | 0.92 | 0.81 | 0 | 0.05 | 233.24 | 0.9 | 0.51 |
| Hex | 14 | 2D | F2 | 5C | 51 | 0 | 5 | E9 | 5A | 33 |
| Octal | 24 | 55 | 362 | 134 | 121 | 0 | 5 | 351 | 132 | 63 |
| Binary | 10100 | 101101 | 11110010 | 1011100 | 1010001 | 0 | 101 | 11101001 | 1011010 | 110011 |
Color Harmonies of #142DF2
Complementary color
Monochromatic Colors of #142DF2
Black with #142DF2
Text Example
Text Example
White with #142DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DF2; }
p { color: rgb(20,45,242); }
H1.HeaderClassName
{
color: #142DF2;
}
.AnyTagClassName
{
color: #142DF2;
}
</style>
background-color css
<style>
a { background-color: #142DF2; }
a { background-color: rgb(20,45,242); }
div.DivClassName
{
background-color: #142DF2;
}
.BgClassName
{
background-color: #142DF2;
}
</style>
border-color css
<style>
span { border-color: #142DF2; }
span { border-color: rgb(20,45,242); }
td.TdClassName
{
border-color: #142DF2;
}
.TagClassName
{
border-color: #142DF2;
}
</style>