Shades of Blue #141CF7
Tints of Blue #141CF7
RGB
CMYK
RGB Variations
Color information
#141CF7 (or 0x141CF7) is known color: Blue. HEX triplet: 14, 1C and F7. RGB value is (20,28,247). Sum of RGB (Red+Green+Blue) = 20+28+247=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 247 (96.88% from 255 or 83.73% from 295); Max value from RGB is 247 - color contains mainly: blue. Hex color #141CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CF7 is #EBE308. Grayscale: #313131. Windows color (decimal): -15459081 or 16194580. OLE color: 16194580.
HSL color Cylindrical-coordinate representation of color #141CF7: hue angle of 237.89º 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 #141CF7 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 28 | 247 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.03 |
| HSL | 237.89º | 0.93% | 0.52% | - |
| HSV(B) | 237.89º | 0.92% | 0.97% | - |
| XYZ | 17.49 | 7.69 | 88.56 | - |
| YUV | 50.57 | 238.85 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 247 | 0.92 | 0.89 | 0 | 0.03 | 237.89 | 0.93 | 0.52 |
| Hex | 14 | 1C | F7 | 5C | 59 | 0 | 3 | EE | 5D | 34 |
| Octal | 24 | 34 | 367 | 134 | 131 | 0 | 3 | 356 | 135 | 64 |
| Binary | 10100 | 11100 | 11110111 | 1011100 | 1011001 | 0 | 11 | 11101110 | 1011101 | 110100 |
Color Harmonies of #141CF7
Complementary color
Monochromatic Colors of #141CF7
Black with #141CF7
Text Example
Text Example
White with #141CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CF7; }
p { color: rgb(20,28,247); }
H1.HeaderClassName
{
color: #141CF7;
}
.AnyTagClassName
{
color: #141CF7;
}
</style>
background-color css
<style>
a { background-color: #141CF7; }
a { background-color: rgb(20,28,247); }
div.DivClassName
{
background-color: #141CF7;
}
.BgClassName
{
background-color: #141CF7;
}
</style>
border-color css
<style>
span { border-color: #141CF7; }
span { border-color: rgb(20,28,247); }
td.TdClassName
{
border-color: #141CF7;
}
.TagClassName
{
border-color: #141CF7;
}
</style>