Shades of Blue #141DFD
Tints of Blue #141DFD
RGB
CMYK
RGB Variations
Color information
#141DFD (or 0x141DFD) is known color: Blue. HEX triplet: 14, 1D and FD. RGB value is (20,29,253). Sum of RGB (Red+Green+Blue) = 20+29+253=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #141DFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141DFD is #EBE202. Grayscale: #323232. Windows color (decimal): -15458819 or 16588052. OLE color: 16588052.
HSL color Cylindrical-coordinate representation of color #141DFD: hue angle of 237.68º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141DFD is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 29 | 253 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.01 |
| HSL | 237.68º | 0.98% | 0.54% | - |
| HSV(B) | 237.68º | 0.92% | 0.99% | - |
| XYZ | 18.46 | 8.12 | 93.52 | - |
| YUV | 51.85 | 241.52 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 253 | 0.92 | 0.89 | 0 | 0.01 | 237.68 | 0.98 | 0.54 |
| Hex | 14 | 1D | FD | 5C | 59 | 0 | 1 | EE | 62 | 36 |
| Octal | 24 | 35 | 375 | 134 | 131 | 0 | 1 | 356 | 142 | 66 |
| Binary | 10100 | 11101 | 11111101 | 1011100 | 1011001 | 0 | 1 | 11101110 | 1100010 | 110110 |
Color Harmonies of #141DFD
Complementary color
Monochromatic Colors of #141DFD
Black with #141DFD
Text Example
Text Example
White with #141DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DFD; }
p { color: rgb(20,29,253); }
H1.HeaderClassName
{
color: #141DFD;
}
.AnyTagClassName
{
color: #141DFD;
}
</style>
background-color css
<style>
a { background-color: #141DFD; }
a { background-color: rgb(20,29,253); }
div.DivClassName
{
background-color: #141DFD;
}
.BgClassName
{
background-color: #141DFD;
}
</style>
border-color css
<style>
span { border-color: #141DFD; }
span { border-color: rgb(20,29,253); }
td.TdClassName
{
border-color: #141DFD;
}
.TagClassName
{
border-color: #141DFD;
}
</style>