Shades of Blue #141CFD
Tints of Blue #141CFD
RGB
CMYK
RGB Variations
Color information
#141CFD (or 0x141CFD) is known color: Blue. HEX triplet: 14, 1C and FD. RGB value is (20,28,253). Sum of RGB (Red+Green+Blue) = 20+28+253=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 253 (99.22% from 255 or 84.05% from 301); Max value from RGB is 253 - color contains mainly: blue. Hex color #141CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CFD is #EBE302. Grayscale: #323232. Windows color (decimal): -15459075 or 16587796. OLE color: 16587796.
HSL color Cylindrical-coordinate representation of color #141CFD: hue angle of 237.94º 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 #141CFD is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 28 | 253 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.01 |
| HSL | 237.94º | 0.98% | 0.54% | - |
| HSV(B) | 237.94º | 0.92% | 0.99% | - |
| XYZ | 18.43 | 8.07 | 93.51 | - |
| YUV | 51.26 | 241.85 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 253 | 0.92 | 0.89 | 0 | 0.01 | 237.94 | 0.98 | 0.54 |
| Hex | 14 | 1C | FD | 5C | 59 | 0 | 1 | EE | 62 | 36 |
| Octal | 24 | 34 | 375 | 134 | 131 | 0 | 1 | 356 | 142 | 66 |
| Binary | 10100 | 11100 | 11111101 | 1011100 | 1011001 | 0 | 1 | 11101110 | 1100010 | 110110 |
Color Harmonies of #141CFD
Complementary color
Monochromatic Colors of #141CFD
Black with #141CFD
Text Example
Text Example
White with #141CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CFD; }
p { color: rgb(20,28,253); }
H1.HeaderClassName
{
color: #141CFD;
}
.AnyTagClassName
{
color: #141CFD;
}
</style>
background-color css
<style>
a { background-color: #141CFD; }
a { background-color: rgb(20,28,253); }
div.DivClassName
{
background-color: #141CFD;
}
.BgClassName
{
background-color: #141CFD;
}
</style>
border-color css
<style>
span { border-color: #141CFD; }
span { border-color: rgb(20,28,253); }
td.TdClassName
{
border-color: #141CFD;
}
.TagClassName
{
border-color: #141CFD;
}
</style>