Shades of Blue #1D29EF
Tints of Blue #1D29EF
RGB
CMYK
RGB Variations
Color information
#1D29EF (or 0x1D29EF) is known color: Blue. HEX triplet: 1D, 29 and EF. RGB value is (29,41,239). Sum of RGB (Red+Green+Blue) = 29+41+239=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 239 (93.75% from 255 or 77.35% from 309); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D29EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D29EF is #E2D610. Grayscale: #3B3B3B. Windows color (decimal): -14865937 or 15673629. OLE color: 15673629.
HSL color Cylindrical-coordinate representation of color #1D29EF: hue angle of 236.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D29EF is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 41 | 239 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.06 |
| HSL | 236.57º | 0.87% | 0.53% | - |
| HSV(B) | 236.57º | 0.88% | 0.94% | - |
| XYZ | 16.88 | 8.08 | 82.33 | - |
| YUV | 59.98 | 229.02 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 239 | 0.88 | 0.83 | 0 | 0.06 | 236.57 | 0.87 | 0.53 |
| Hex | 1D | 29 | EF | 58 | 53 | 0 | 6 | ED | 57 | 35 |
| Octal | 35 | 51 | 357 | 130 | 123 | 0 | 6 | 355 | 127 | 65 |
| Binary | 11101 | 101001 | 11101111 | 1011000 | 1010011 | 0 | 110 | 11101101 | 1010111 | 110101 |
Color Harmonies of #1D29EF
Complementary color
Monochromatic Colors of #1D29EF
Black with #1D29EF
Text Example
Text Example
White with #1D29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D29EF; }
p { color: rgb(29,41,239); }
H1.HeaderClassName
{
color: #1D29EF;
}
.AnyTagClassName
{
color: #1D29EF;
}
</style>
background-color css
<style>
a { background-color: #1D29EF; }
a { background-color: rgb(29,41,239); }
div.DivClassName
{
background-color: #1D29EF;
}
.BgClassName
{
background-color: #1D29EF;
}
</style>
border-color css
<style>
span { border-color: #1D29EF; }
span { border-color: rgb(29,41,239); }
td.TdClassName
{
border-color: #1D29EF;
}
.TagClassName
{
border-color: #1D29EF;
}
</style>