Shades of Blue #142FFB
Tints of Blue #142FFB
RGB
CMYK
RGB Variations
Color information
#142FFB (or 0x142FFB) is known color: Blue. HEX triplet: 14, 2F and FB. RGB value is (20,47,251). Sum of RGB (Red+Green+Blue) = 20+47+251=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 251 (98.44% from 255 or 78.93% from 318); Max value from RGB is 251 - color contains mainly: blue. Hex color #142FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142FFB is #EBD004. Grayscale: #3D3D3D. Windows color (decimal): -15454213 or 16461588. OLE color: 16461588.
HSL color Cylindrical-coordinate representation of color #142FFB: hue angle of 232.99º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142FFB is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 47 | 251 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.02 |
| HSL | 232.99º | 0.97% | 0.53% | - |
| HSV(B) | 232.99º | 0.92% | 0.98% | - |
| XYZ | 18.72 | 9.15 | 92.05 | - |
| YUV | 62.18 | 234.55 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 251 | 0.92 | 0.81 | 0 | 0.02 | 232.99 | 0.97 | 0.53 |
| Hex | 14 | 2F | FB | 5C | 51 | 0 | 2 | E9 | 61 | 35 |
| Octal | 24 | 57 | 373 | 134 | 121 | 0 | 2 | 351 | 141 | 65 |
| Binary | 10100 | 101111 | 11111011 | 1011100 | 1010001 | 0 | 10 | 11101001 | 1100001 | 110101 |
Color Harmonies of #142FFB
Complementary color
Monochromatic Colors of #142FFB
Black with #142FFB
Text Example
Text Example
White with #142FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142FFB; }
p { color: rgb(20,47,251); }
H1.HeaderClassName
{
color: #142FFB;
}
.AnyTagClassName
{
color: #142FFB;
}
</style>
background-color css
<style>
a { background-color: #142FFB; }
a { background-color: rgb(20,47,251); }
div.DivClassName
{
background-color: #142FFB;
}
.BgClassName
{
background-color: #142FFB;
}
</style>
border-color css
<style>
span { border-color: #142FFB; }
span { border-color: rgb(20,47,251); }
td.TdClassName
{
border-color: #142FFB;
}
.TagClassName
{
border-color: #142FFB;
}
</style>