Shades of Blue #141AFE
Tints of Blue #141AFE
RGB
CMYK
RGB Variations
Color information
#141AFE (or 0x141AFE) is known color: Blue. HEX triplet: 14, 1A and FE. RGB value is (20,26,254). Sum of RGB (Red+Green+Blue) = 20+26+254=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 254 (99.61% from 255 or 84.67% from 300); Max value from RGB is 254 - color contains mainly: blue. Hex color #141AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141AFE is #EBE501. Grayscale: #313131. Windows color (decimal): -15459586 or 16652820. OLE color: 16652820.
HSL color Cylindrical-coordinate representation of color #141AFE: hue angle of 238.46º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141AFE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 26 | 254 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.00 |
| HSL | 238.46º | 0.99% | 0.54% | - |
| HSV(B) | 238.46º | 0.92% | 1% | - |
| XYZ | 18.55 | 8.04 | 94.34 | - |
| YUV | 50.2 | 243.01 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 254 | 0.92 | 0.90 | 0 | 0.00 | 238.46 | 0.99 | 0.54 |
| Hex | 14 | 1A | FE | 5C | 5A | 0 | 0 | EE | 63 | 36 |
| Octal | 24 | 32 | 376 | 134 | 132 | 0 | 0 | 356 | 143 | 66 |
| Binary | 10100 | 11010 | 11111110 | 1011100 | 1011010 | 0 | 0 | 11101110 | 1100011 | 110110 |
Color Harmonies of #141AFE
Complementary color
Monochromatic Colors of #141AFE
Black with #141AFE
Text Example
Text Example
White with #141AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AFE; }
p { color: rgb(20,26,254); }
H1.HeaderClassName
{
color: #141AFE;
}
.AnyTagClassName
{
color: #141AFE;
}
</style>
background-color css
<style>
a { background-color: #141AFE; }
a { background-color: rgb(20,26,254); }
div.DivClassName
{
background-color: #141AFE;
}
.BgClassName
{
background-color: #141AFE;
}
</style>
border-color css
<style>
span { border-color: #141AFE; }
span { border-color: rgb(20,26,254); }
td.TdClassName
{
border-color: #141AFE;
}
.TagClassName
{
border-color: #141AFE;
}
</style>