Shades of Blue #141AF7
Tints of Blue #141AF7
RGB
CMYK
RGB Variations
Color information
#141AF7 (or 0x141AF7) is known color: Blue. HEX triplet: 14, 1A and F7. RGB value is (20,26,247). Sum of RGB (Red+Green+Blue) = 20+26+247=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 247 (96.88% from 255 or 84.30% from 293); Max value from RGB is 247 - color contains mainly: blue. Hex color #141AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141AF7 is #EBE508. Grayscale: #303030. Windows color (decimal): -15459593 or 16194068. OLE color: 16194068.
HSL color Cylindrical-coordinate representation of color #141AF7: hue angle of 238.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141AF7 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 26 | 247 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.03 |
| HSL | 238.41º | 0.93% | 0.52% | - |
| HSV(B) | 238.41º | 0.92% | 0.97% | - |
| XYZ | 17.45 | 7.6 | 88.54 | - |
| YUV | 49.4 | 239.51 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 247 | 0.92 | 0.89 | 0 | 0.03 | 238.41 | 0.93 | 0.52 |
| Hex | 14 | 1A | F7 | 5C | 59 | 0 | 3 | EE | 5D | 34 |
| Octal | 24 | 32 | 367 | 134 | 131 | 0 | 3 | 356 | 135 | 64 |
| Binary | 10100 | 11010 | 11110111 | 1011100 | 1011001 | 0 | 11 | 11101110 | 1011101 | 110100 |
Color Harmonies of #141AF7
Complementary color
Monochromatic Colors of #141AF7
Black with #141AF7
Text Example
Text Example
White with #141AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AF7; }
p { color: rgb(20,26,247); }
H1.HeaderClassName
{
color: #141AF7;
}
.AnyTagClassName
{
color: #141AF7;
}
</style>
background-color css
<style>
a { background-color: #141AF7; }
a { background-color: rgb(20,26,247); }
div.DivClassName
{
background-color: #141AF7;
}
.BgClassName
{
background-color: #141AF7;
}
</style>
border-color css
<style>
span { border-color: #141AF7; }
span { border-color: rgb(20,26,247); }
td.TdClassName
{
border-color: #141AF7;
}
.TagClassName
{
border-color: #141AF7;
}
</style>