Shades of Blue #142DFF
Tints of Blue #142DFF
RGB
CMYK
RGB Variations
Color information
#142DFF (or 0x142DFF) is known color: Blue. HEX triplet: 14, 2D and FF. RGB value is (20,45,255). Sum of RGB (Red+Green+Blue) = 20+45+255=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #142DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142DFF is #EBD200. Grayscale: #3C3C3C. Windows color (decimal): -15454721 or 16723220. OLE color: 16723220.
HSL color Cylindrical-coordinate representation of color #142DFF: hue angle of 233.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142DFF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 45 | 255 | - |
| CMYK | 0.92 | 0.82 | 0 | 0 |
| HSL | 233.62º | 1% | 0.54% | - |
| HSV(B) | 233.62º | 0.92% | 1% | - |
| XYZ | 19.28 | 9.25 | 95.38 | - |
| YUV | 61.47 | 237.22 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 255 | 0.92 | 0.82 | 0 | 0 | 233.62 | 1 | 0.54 |
| Hex | 14 | 2D | FF | 5C | 52 | 0 | 0 | EA | 64 | 36 |
| Octal | 24 | 55 | 377 | 134 | 122 | 0 | 0 | 352 | 144 | 66 |
| Binary | 10100 | 101101 | 11111111 | 1011100 | 1010010 | 0 | 0 | 11101010 | 1100100 | 110110 |
Color Harmonies of #142DFF
Complementary color
Monochromatic Colors of #142DFF
Black with #142DFF
Text Example
Text Example
White with #142DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DFF; }
p { color: rgb(20,45,255); }
H1.HeaderClassName
{
color: #142DFF;
}
.AnyTagClassName
{
color: #142DFF;
}
</style>
background-color css
<style>
a { background-color: #142DFF; }
a { background-color: rgb(20,45,255); }
div.DivClassName
{
background-color: #142DFF;
}
.BgClassName
{
background-color: #142DFF;
}
</style>
border-color css
<style>
span { border-color: #142DFF; }
span { border-color: rgb(20,45,255); }
td.TdClassName
{
border-color: #142DFF;
}
.TagClassName
{
border-color: #142DFF;
}
</style>