Shades of Blue #1429ED
Tints of Blue #1429ED
RGB
CMYK
RGB Variations
Color information
#1429ED (or 0x1429ED) is known color: Blue. HEX triplet: 14, 29 and ED. RGB value is (20,41,237). Sum of RGB (Red+Green+Blue) = 20+41+237=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #1429ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1429ED is #EBD612. Grayscale: #383838. Windows color (decimal): -15455763 or 15542548. OLE color: 15542548.
HSL color Cylindrical-coordinate representation of color #1429ED: hue angle of 234.19º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1429ED is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 41 | 237 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.07 |
| HSL | 234.19º | 0.86% | 0.5% | - |
| HSV(B) | 234.19º | 0.92% | 0.93% | - |
| XYZ | 16.37 | 7.85 | 80.77 | - |
| YUV | 57.07 | 229.54 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 237 | 0.92 | 0.83 | 0 | 0.07 | 234.19 | 0.86 | 0.5 |
| Hex | 14 | 29 | ED | 5C | 53 | 0 | 7 | EA | 56 | 32 |
| Octal | 24 | 51 | 355 | 134 | 123 | 0 | 7 | 352 | 126 | 62 |
| Binary | 10100 | 101001 | 11101101 | 1011100 | 1010011 | 0 | 111 | 11101010 | 1010110 | 110010 |
Color Harmonies of #1429ED
Complementary color
Monochromatic Colors of #1429ED
Black with #1429ED
Text Example
Text Example
White with #1429ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429ED; }
p { color: rgb(20,41,237); }
H1.HeaderClassName
{
color: #1429ED;
}
.AnyTagClassName
{
color: #1429ED;
}
</style>
background-color css
<style>
a { background-color: #1429ED; }
a { background-color: rgb(20,41,237); }
div.DivClassName
{
background-color: #1429ED;
}
.BgClassName
{
background-color: #1429ED;
}
</style>
border-color css
<style>
span { border-color: #1429ED; }
span { border-color: rgb(20,41,237); }
td.TdClassName
{
border-color: #1429ED;
}
.TagClassName
{
border-color: #1429ED;
}
</style>