Shades of Blue #141DF0
Tints of Blue #141DF0
RGB
CMYK
RGB Variations
Color information
#141DF0 (or 0x141DF0) is known color: Blue. HEX triplet: 14, 1D and F0. RGB value is (20,29,240). Sum of RGB (Red+Green+Blue) = 20+29+240=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 240 (94.14% from 255 or 83.04% from 289); Max value from RGB is 240 - color contains mainly: blue. Hex color #141DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141DF0 is #EBE20F. Grayscale: #313131. Windows color (decimal): -15458832 or 15736084. OLE color: 15736084.
HSL color Cylindrical-coordinate representation of color #141DF0: hue angle of 237.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141DF0 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 29 | 240 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.06 |
| HSL | 237.55º | 0.88% | 0.51% | - |
| HSV(B) | 237.55º | 0.92% | 0.94% | - |
| XYZ | 16.46 | 7.32 | 82.98 | - |
| YUV | 50.36 | 235.02 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 240 | 0.92 | 0.88 | 0 | 0.06 | 237.55 | 0.88 | 0.51 |
| Hex | 14 | 1D | F0 | 5C | 58 | 0 | 6 | EE | 58 | 33 |
| Octal | 24 | 35 | 360 | 134 | 130 | 0 | 6 | 356 | 130 | 63 |
| Binary | 10100 | 11101 | 11110000 | 1011100 | 1011000 | 0 | 110 | 11101110 | 1011000 | 110011 |
Color Harmonies of #141DF0
Complementary color
Monochromatic Colors of #141DF0
Black with #141DF0
Text Example
Text Example
White with #141DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DF0; }
p { color: rgb(20,29,240); }
H1.HeaderClassName
{
color: #141DF0;
}
.AnyTagClassName
{
color: #141DF0;
}
</style>
background-color css
<style>
a { background-color: #141DF0; }
a { background-color: rgb(20,29,240); }
div.DivClassName
{
background-color: #141DF0;
}
.BgClassName
{
background-color: #141DF0;
}
</style>
border-color css
<style>
span { border-color: #141DF0; }
span { border-color: rgb(20,29,240); }
td.TdClassName
{
border-color: #141DF0;
}
.TagClassName
{
border-color: #141DF0;
}
</style>