Shades of Blue #141EFB
Tints of Blue #141EFB
RGB
CMYK
RGB Variations
Color information
#141EFB (or 0x141EFB) is known color: Blue. HEX triplet: 14, 1E and FB. RGB value is (20,30,251). Sum of RGB (Red+Green+Blue) = 20+30+251=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 251 (98.44% from 255 or 83.39% from 301); Max value from RGB is 251 - color contains mainly: blue. Hex color #141EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141EFB is #EBE104. Grayscale: #333333. Windows color (decimal): -15458565 or 16457236. OLE color: 16457236.
HSL color Cylindrical-coordinate representation of color #141EFB: hue angle of 237.4º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141EFB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 30 | 251 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.02 |
| HSL | 237.4º | 0.97% | 0.53% | - |
| HSV(B) | 237.4º | 0.92% | 0.98% | - |
| XYZ | 18.17 | 8.04 | 91.86 | - |
| YUV | 52.2 | 240.19 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 251 | 0.92 | 0.88 | 0 | 0.02 | 237.4 | 0.97 | 0.53 |
| Hex | 14 | 1E | FB | 5C | 58 | 0 | 2 | ED | 61 | 35 |
| Octal | 24 | 36 | 373 | 134 | 130 | 0 | 2 | 355 | 141 | 65 |
| Binary | 10100 | 11110 | 11111011 | 1011100 | 1011000 | 0 | 10 | 11101101 | 1100001 | 110101 |
Color Harmonies of #141EFB
Complementary color
Monochromatic Colors of #141EFB
Black with #141EFB
Text Example
Text Example
White with #141EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141EFB; }
p { color: rgb(20,30,251); }
H1.HeaderClassName
{
color: #141EFB;
}
.AnyTagClassName
{
color: #141EFB;
}
</style>
background-color css
<style>
a { background-color: #141EFB; }
a { background-color: rgb(20,30,251); }
div.DivClassName
{
background-color: #141EFB;
}
.BgClassName
{
background-color: #141EFB;
}
</style>
border-color css
<style>
span { border-color: #141EFB; }
span { border-color: rgb(20,30,251); }
td.TdClassName
{
border-color: #141EFB;
}
.TagClassName
{
border-color: #141EFB;
}
</style>