Shades of Blue #142BF1
Tints of Blue #142BF1
RGB
CMYK
RGB Variations
Color information
#142BF1 (or 0x142BF1) is known color: Blue. HEX triplet: 14, 2B and F1. RGB value is (20,43,241). Sum of RGB (Red+Green+Blue) = 20+43+241=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 241 (94.53% from 255 or 79.28% from 304); Max value from RGB is 241 - color contains mainly: blue. Hex color #142BF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142BF1 is #EBD40E. Grayscale: #393939. Windows color (decimal): -15455247 or 15805204. OLE color: 15805204.
HSL color Cylindrical-coordinate representation of color #142BF1: hue angle of 233.76º degrees, saturation: 0.89, 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 #142BF1 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 43 | 241 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.05 |
| HSL | 233.76º | 0.89% | 0.51% | - |
| HSV(B) | 233.76º | 0.92% | 0.95% | - |
| XYZ | 17.03 | 8.23 | 83.91 | - |
| YUV | 58.7 | 230.88 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 241 | 0.92 | 0.82 | 0 | 0.05 | 233.76 | 0.89 | 0.51 |
| Hex | 14 | 2B | F1 | 5C | 52 | 0 | 5 | EA | 59 | 33 |
| Octal | 24 | 53 | 361 | 134 | 122 | 0 | 5 | 352 | 131 | 63 |
| Binary | 10100 | 101011 | 11110001 | 1011100 | 1010010 | 0 | 101 | 11101010 | 1011001 | 110011 |
Color Harmonies of #142BF1
Complementary color
Monochromatic Colors of #142BF1
Black with #142BF1
Text Example
Text Example
White with #142BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142BF1; }
p { color: rgb(20,43,241); }
H1.HeaderClassName
{
color: #142BF1;
}
.AnyTagClassName
{
color: #142BF1;
}
</style>
background-color css
<style>
a { background-color: #142BF1; }
a { background-color: rgb(20,43,241); }
div.DivClassName
{
background-color: #142BF1;
}
.BgClassName
{
background-color: #142BF1;
}
</style>
border-color css
<style>
span { border-color: #142BF1; }
span { border-color: rgb(20,43,241); }
td.TdClassName
{
border-color: #142BF1;
}
.TagClassName
{
border-color: #142BF1;
}
</style>