Shades of Blue #141DF5
Tints of Blue #141DF5
RGB
CMYK
RGB Variations
Color information
#141DF5 (or 0x141DF5) is known color: Blue. HEX triplet: 14, 1D and F5. RGB value is (20,29,245). Sum of RGB (Red+Green+Blue) = 20+29+245=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 245 (96.09% from 255 or 83.33% from 294); Max value from RGB is 245 - color contains mainly: blue. Hex color #141DF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141DF5 is #EBE20A. Grayscale: #323232. Windows color (decimal): -15458827 or 16063764. OLE color: 16063764.
HSL color Cylindrical-coordinate representation of color #141DF5: hue angle of 237.6º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141DF5 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 29 | 245 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.04 |
| HSL | 237.6º | 0.92% | 0.52% | - |
| HSV(B) | 237.6º | 0.92% | 0.96% | - |
| XYZ | 17.21 | 7.62 | 86.95 | - |
| YUV | 50.93 | 237.52 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 245 | 0.92 | 0.88 | 0 | 0.04 | 237.6 | 0.92 | 0.52 |
| Hex | 14 | 1D | F5 | 5C | 58 | 0 | 4 | EE | 5C | 34 |
| Octal | 24 | 35 | 365 | 134 | 130 | 0 | 4 | 356 | 134 | 64 |
| Binary | 10100 | 11101 | 11110101 | 1011100 | 1011000 | 0 | 100 | 11101110 | 1011100 | 110100 |
Color Harmonies of #141DF5
Complementary color
Monochromatic Colors of #141DF5
Black with #141DF5
Text Example
Text Example
White with #141DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DF5; }
p { color: rgb(20,29,245); }
H1.HeaderClassName
{
color: #141DF5;
}
.AnyTagClassName
{
color: #141DF5;
}
</style>
background-color css
<style>
a { background-color: #141DF5; }
a { background-color: rgb(20,29,245); }
div.DivClassName
{
background-color: #141DF5;
}
.BgClassName
{
background-color: #141DF5;
}
</style>
border-color css
<style>
span { border-color: #141DF5; }
span { border-color: rgb(20,29,245); }
td.TdClassName
{
border-color: #141DF5;
}
.TagClassName
{
border-color: #141DF5;
}
</style>