Shades of Blue #141AF8
Tints of Blue #141AF8
RGB
CMYK
RGB Variations
Color information
#141AF8 (or 0x141AF8) is known color: Blue. HEX triplet: 14, 1A and F8. RGB value is (20,26,248). Sum of RGB (Red+Green+Blue) = 20+26+248=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 248 (97.27% from 255 or 84.35% from 294); Max value from RGB is 248 - color contains mainly: blue. Hex color #141AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141AF8 is #EBE507. Grayscale: #303030. Windows color (decimal): -15459592 or 16259604. OLE color: 16259604.
HSL color Cylindrical-coordinate representation of color #141AF8: hue angle of 238.42º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141AF8 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 26 | 248 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.03 |
| HSL | 238.42º | 0.94% | 0.53% | - |
| HSV(B) | 238.42º | 0.92% | 0.97% | - |
| XYZ | 17.6 | 7.66 | 89.36 | - |
| YUV | 49.51 | 240.01 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 248 | 0.92 | 0.90 | 0 | 0.03 | 238.42 | 0.94 | 0.53 |
| Hex | 14 | 1A | F8 | 5C | 5A | 0 | 3 | EE | 5E | 35 |
| Octal | 24 | 32 | 370 | 134 | 132 | 0 | 3 | 356 | 136 | 65 |
| Binary | 10100 | 11010 | 11111000 | 1011100 | 1011010 | 0 | 11 | 11101110 | 1011110 | 110101 |
Color Harmonies of #141AF8
Complementary color
Monochromatic Colors of #141AF8
Black with #141AF8
Text Example
Text Example
White with #141AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AF8; }
p { color: rgb(20,26,248); }
H1.HeaderClassName
{
color: #141AF8;
}
.AnyTagClassName
{
color: #141AF8;
}
</style>
background-color css
<style>
a { background-color: #141AF8; }
a { background-color: rgb(20,26,248); }
div.DivClassName
{
background-color: #141AF8;
}
.BgClassName
{
background-color: #141AF8;
}
</style>
border-color css
<style>
span { border-color: #141AF8; }
span { border-color: rgb(20,26,248); }
td.TdClassName
{
border-color: #141AF8;
}
.TagClassName
{
border-color: #141AF8;
}
</style>