Shades of Blue #1429FC
Tints of Blue #1429FC
RGB
CMYK
RGB Variations
Color information
#1429FC (or 0x1429FC) is known color: Blue. HEX triplet: 14, 29 and FC. RGB value is (20,41,252). Sum of RGB (Red+Green+Blue) = 20+41+252=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #1429FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1429FC is #EBD603. Grayscale: #393939. Windows color (decimal): -15455748 or 16525588. OLE color: 16525588.
HSL color Cylindrical-coordinate representation of color #1429FC: hue angle of 234.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1429FC is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 41 | 252 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.01 |
| HSL | 234.57º | 0.97% | 0.53% | - |
| HSV(B) | 234.57º | 0.92% | 0.99% | - |
| XYZ | 18.65 | 8.76 | 92.8 | - |
| YUV | 58.78 | 237.04 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 252 | 0.92 | 0.84 | 0 | 0.01 | 234.57 | 0.97 | 0.53 |
| Hex | 14 | 29 | FC | 5C | 54 | 0 | 1 | EB | 61 | 35 |
| Octal | 24 | 51 | 374 | 134 | 124 | 0 | 1 | 353 | 141 | 65 |
| Binary | 10100 | 101001 | 11111100 | 1011100 | 1010100 | 0 | 1 | 11101011 | 1100001 | 110101 |
Color Harmonies of #1429FC
Complementary color
Monochromatic Colors of #1429FC
Black with #1429FC
Text Example
Text Example
White with #1429FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429FC; }
p { color: rgb(20,41,252); }
H1.HeaderClassName
{
color: #1429FC;
}
.AnyTagClassName
{
color: #1429FC;
}
</style>
background-color css
<style>
a { background-color: #1429FC; }
a { background-color: rgb(20,41,252); }
div.DivClassName
{
background-color: #1429FC;
}
.BgClassName
{
background-color: #1429FC;
}
</style>
border-color css
<style>
span { border-color: #1429FC; }
span { border-color: rgb(20,41,252); }
td.TdClassName
{
border-color: #1429FC;
}
.TagClassName
{
border-color: #1429FC;
}
</style>