Shades of Blue #1429F9
Tints of Blue #1429F9
RGB
CMYK
RGB Variations
Color information
#1429F9 (or 0x1429F9) is known color: Blue. HEX triplet: 14, 29 and F9. RGB value is (20,41,249). Sum of RGB (Red+Green+Blue) = 20+41+249=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 249 (97.66% from 255 or 80.32% from 310); Max value from RGB is 249 - color contains mainly: blue. Hex color #1429F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1429F9 is #EBD606. Grayscale: #393939. Windows color (decimal): -15455751 or 16328980. OLE color: 16328980.
HSL color Cylindrical-coordinate representation of color #1429F9: hue angle of 234.5º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1429F9 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 41 | 249 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.02 |
| HSL | 234.5º | 0.95% | 0.53% | - |
| HSV(B) | 234.5º | 0.92% | 0.98% | - |
| XYZ | 18.18 | 8.57 | 90.32 | - |
| YUV | 58.43 | 235.54 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 249 | 0.92 | 0.84 | 0 | 0.02 | 234.5 | 0.95 | 0.53 |
| Hex | 14 | 29 | F9 | 5C | 54 | 0 | 2 | EA | 5F | 35 |
| Octal | 24 | 51 | 371 | 134 | 124 | 0 | 2 | 352 | 137 | 65 |
| Binary | 10100 | 101001 | 11111001 | 1011100 | 1010100 | 0 | 10 | 11101010 | 1011111 | 110101 |
Color Harmonies of #1429F9
Complementary color
Monochromatic Colors of #1429F9
Black with #1429F9
Text Example
Text Example
White with #1429F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429F9; }
p { color: rgb(20,41,249); }
H1.HeaderClassName
{
color: #1429F9;
}
.AnyTagClassName
{
color: #1429F9;
}
</style>
background-color css
<style>
a { background-color: #1429F9; }
a { background-color: rgb(20,41,249); }
div.DivClassName
{
background-color: #1429F9;
}
.BgClassName
{
background-color: #1429F9;
}
</style>
border-color css
<style>
span { border-color: #1429F9; }
span { border-color: rgb(20,41,249); }
td.TdClassName
{
border-color: #1429F9;
}
.TagClassName
{
border-color: #1429F9;
}
</style>