Shades of Blue #141AFB
Tints of Blue #141AFB
RGB
CMYK
RGB Variations
Color information
#141AFB (or 0x141AFB) is known color: Blue. HEX triplet: 14, 1A and FB. RGB value is (20,26,251). Sum of RGB (Red+Green+Blue) = 20+26+251=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 251 (98.44% from 255 or 84.51% from 297); Max value from RGB is 251 - color contains mainly: blue. Hex color #141AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141AFB is #EBE504. Grayscale: #303030. Windows color (decimal): -15459589 or 16456212. OLE color: 16456212.
HSL color Cylindrical-coordinate representation of color #141AFB: hue angle of 238.44º 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 #141AFB is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 26 | 251 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.02 |
| HSL | 238.44º | 0.97% | 0.53% | - |
| HSV(B) | 238.44º | 0.92% | 0.98% | - |
| XYZ | 18.07 | 7.85 | 91.83 | - |
| YUV | 49.86 | 241.51 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 251 | 0.92 | 0.90 | 0 | 0.02 | 238.44 | 0.97 | 0.53 |
| Hex | 14 | 1A | FB | 5C | 5A | 0 | 2 | EE | 61 | 35 |
| Octal | 24 | 32 | 373 | 134 | 132 | 0 | 2 | 356 | 141 | 65 |
| Binary | 10100 | 11010 | 11111011 | 1011100 | 1011010 | 0 | 10 | 11101110 | 1100001 | 110101 |
Color Harmonies of #141AFB
Complementary color
Monochromatic Colors of #141AFB
Black with #141AFB
Text Example
Text Example
White with #141AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AFB; }
p { color: rgb(20,26,251); }
H1.HeaderClassName
{
color: #141AFB;
}
.AnyTagClassName
{
color: #141AFB;
}
</style>
background-color css
<style>
a { background-color: #141AFB; }
a { background-color: rgb(20,26,251); }
div.DivClassName
{
background-color: #141AFB;
}
.BgClassName
{
background-color: #141AFB;
}
</style>
border-color css
<style>
span { border-color: #141AFB; }
span { border-color: rgb(20,26,251); }
td.TdClassName
{
border-color: #141AFB;
}
.TagClassName
{
border-color: #141AFB;
}
</style>