Shades of Blue #1D29F7
Tints of Blue #1D29F7
RGB
CMYK
RGB Variations
Color information
#1D29F7 (or 0x1D29F7) is known color: Blue. HEX triplet: 1D, 29 and F7. RGB value is (29,41,247). Sum of RGB (Red+Green+Blue) = 29+41+247=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 247 (96.88% from 255 or 77.92% from 317); Max value from RGB is 247 - color contains mainly: blue. Hex color #1D29F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D29F7 is #E2D608. Grayscale: #3C3C3C. Windows color (decimal): -14865929 or 16197917. OLE color: 16197917.
HSL color Cylindrical-coordinate representation of color #1D29F7: hue angle of 236.7º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D29F7 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 41 | 247 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.03 |
| HSL | 236.7º | 0.93% | 0.54% | - |
| HSV(B) | 236.7º | 0.88% | 0.97% | - |
| XYZ | 18.09 | 8.56 | 88.7 | - |
| YUV | 60.9 | 233.02 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 247 | 0.88 | 0.83 | 0 | 0.03 | 236.7 | 0.93 | 0.54 |
| Hex | 1D | 29 | F7 | 58 | 53 | 0 | 3 | ED | 5D | 36 |
| Octal | 35 | 51 | 367 | 130 | 123 | 0 | 3 | 355 | 135 | 66 |
| Binary | 11101 | 101001 | 11110111 | 1011000 | 1010011 | 0 | 11 | 11101101 | 1011101 | 110110 |
Color Harmonies of #1D29F7
Complementary color
Monochromatic Colors of #1D29F7
Black with #1D29F7
Text Example
Text Example
White with #1D29F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D29F7; }
p { color: rgb(29,41,247); }
H1.HeaderClassName
{
color: #1D29F7;
}
.AnyTagClassName
{
color: #1D29F7;
}
</style>
background-color css
<style>
a { background-color: #1D29F7; }
a { background-color: rgb(29,41,247); }
div.DivClassName
{
background-color: #1D29F7;
}
.BgClassName
{
background-color: #1D29F7;
}
</style>
border-color css
<style>
span { border-color: #1D29F7; }
span { border-color: rgb(29,41,247); }
td.TdClassName
{
border-color: #1D29F7;
}
.TagClassName
{
border-color: #1D29F7;
}
</style>