Shades of Blue #141FFB
Tints of Blue #141FFB
RGB
CMYK
RGB Variations
Color information
#141FFB (or 0x141FFB) is known color: Blue. HEX triplet: 14, 1F and FB. RGB value is (20,31,251). Sum of RGB (Red+Green+Blue) = 20+31+251=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 251 (98.44% from 255 or 83.11% from 302); Max value from RGB is 251 - color contains mainly: blue. Hex color #141FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141FFB is #EBE004. Grayscale: #333333. Windows color (decimal): -15458309 or 16457492. OLE color: 16457492.
HSL color Cylindrical-coordinate representation of color #141FFB: hue angle of 237.14º 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 #141FFB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 31 | 251 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.02 |
| HSL | 237.14º | 0.97% | 0.53% | - |
| HSV(B) | 237.14º | 0.92% | 0.98% | - |
| XYZ | 18.19 | 8.09 | 91.87 | - |
| YUV | 52.79 | 239.86 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 251 | 0.92 | 0.88 | 0 | 0.02 | 237.14 | 0.97 | 0.53 |
| Hex | 14 | 1F | FB | 5C | 58 | 0 | 2 | ED | 61 | 35 |
| Octal | 24 | 37 | 373 | 134 | 130 | 0 | 2 | 355 | 141 | 65 |
| Binary | 10100 | 11111 | 11111011 | 1011100 | 1011000 | 0 | 10 | 11101101 | 1100001 | 110101 |
Color Harmonies of #141FFB
Complementary color
Monochromatic Colors of #141FFB
Black with #141FFB
Text Example
Text Example
White with #141FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FFB; }
p { color: rgb(20,31,251); }
H1.HeaderClassName
{
color: #141FFB;
}
.AnyTagClassName
{
color: #141FFB;
}
</style>
background-color css
<style>
a { background-color: #141FFB; }
a { background-color: rgb(20,31,251); }
div.DivClassName
{
background-color: #141FFB;
}
.BgClassName
{
background-color: #141FFB;
}
</style>
border-color css
<style>
span { border-color: #141FFB; }
span { border-color: rgb(20,31,251); }
td.TdClassName
{
border-color: #141FFB;
}
.TagClassName
{
border-color: #141FFB;
}
</style>