Shades of Blue #1429F1
Tints of Blue #1429F1
RGB
CMYK
RGB Variations
Color information
#1429F1 (or 0x1429F1) is known color: Blue. HEX triplet: 14, 29 and F1. RGB value is (20,41,241). Sum of RGB (Red+Green+Blue) = 20+41+241=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 241 (94.53% from 255 or 79.80% from 302); Max value from RGB is 241 - color contains mainly: blue. Hex color #1429F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1429F1 is #EBD60E. Grayscale: #383838. Windows color (decimal): -15455759 or 15804692. OLE color: 15804692.
HSL color Cylindrical-coordinate representation of color #1429F1: hue angle of 234.3º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1429F1 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 41 | 241 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.05 |
| HSL | 234.3º | 0.89% | 0.51% | - |
| HSV(B) | 234.3º | 0.92% | 0.95% | - |
| XYZ | 16.96 | 8.09 | 83.89 | - |
| YUV | 57.52 | 231.54 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 241 | 0.92 | 0.83 | 0 | 0.05 | 234.3 | 0.89 | 0.51 |
| Hex | 14 | 29 | F1 | 5C | 53 | 0 | 5 | EA | 59 | 33 |
| Octal | 24 | 51 | 361 | 134 | 123 | 0 | 5 | 352 | 131 | 63 |
| Binary | 10100 | 101001 | 11110001 | 1011100 | 1010011 | 0 | 101 | 11101010 | 1011001 | 110011 |
Color Harmonies of #1429F1
Complementary color
Monochromatic Colors of #1429F1
Black with #1429F1
Text Example
Text Example
White with #1429F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429F1; }
p { color: rgb(20,41,241); }
H1.HeaderClassName
{
color: #1429F1;
}
.AnyTagClassName
{
color: #1429F1;
}
</style>
background-color css
<style>
a { background-color: #1429F1; }
a { background-color: rgb(20,41,241); }
div.DivClassName
{
background-color: #1429F1;
}
.BgClassName
{
background-color: #1429F1;
}
</style>
border-color css
<style>
span { border-color: #1429F1; }
span { border-color: rgb(20,41,241); }
td.TdClassName
{
border-color: #1429F1;
}
.TagClassName
{
border-color: #1429F1;
}
</style>