Shades of Blue #141EFD
Tints of Blue #141EFD
RGB
CMYK
RGB Variations
Color information
#141EFD (or 0x141EFD) is known color: Blue. HEX triplet: 14, 1E and FD. RGB value is (20,30,253). Sum of RGB (Red+Green+Blue) = 20+30+253=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 253 (99.22% from 255 or 83.50% from 303); Max value from RGB is 253 - color contains mainly: blue. Hex color #141EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141EFD is #EBE102. Grayscale: #333333. Windows color (decimal): -15458563 or 16588308. OLE color: 16588308.
HSL color Cylindrical-coordinate representation of color #141EFD: hue angle of 237.42º 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 #141EFD is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 30 | 253 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.01 |
| HSL | 237.42º | 0.98% | 0.54% | - |
| HSV(B) | 237.42º | 0.92% | 0.99% | - |
| XYZ | 18.48 | 8.17 | 93.53 | - |
| YUV | 52.43 | 241.19 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 253 | 0.92 | 0.88 | 0 | 0.01 | 237.42 | 0.98 | 0.54 |
| Hex | 14 | 1E | FD | 5C | 58 | 0 | 1 | ED | 62 | 36 |
| Octal | 24 | 36 | 375 | 134 | 130 | 0 | 1 | 355 | 142 | 66 |
| Binary | 10100 | 11110 | 11111101 | 1011100 | 1011000 | 0 | 1 | 11101101 | 1100010 | 110110 |
Color Harmonies of #141EFD
Complementary color
Monochromatic Colors of #141EFD
Black with #141EFD
Text Example
Text Example
White with #141EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141EFD; }
p { color: rgb(20,30,253); }
H1.HeaderClassName
{
color: #141EFD;
}
.AnyTagClassName
{
color: #141EFD;
}
</style>
background-color css
<style>
a { background-color: #141EFD; }
a { background-color: rgb(20,30,253); }
div.DivClassName
{
background-color: #141EFD;
}
.BgClassName
{
background-color: #141EFD;
}
</style>
border-color css
<style>
span { border-color: #141EFD; }
span { border-color: rgb(20,30,253); }
td.TdClassName
{
border-color: #141EFD;
}
.TagClassName
{
border-color: #141EFD;
}
</style>