Shades of Blue #1D29FF
Tints of Blue #1D29FF
RGB
CMYK
RGB Variations
Color information
#1D29FF (or 0x1D29FF) is known color: Blue. HEX triplet: 1D, 29 and FF. RGB value is (29,41,255). Sum of RGB (Red+Green+Blue) = 29+41+255=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D29FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D29FF is #E2D600. Grayscale: #3C3C3C. Windows color (decimal): -14865921 or 16722205. OLE color: 16722205.
HSL color Cylindrical-coordinate representation of color #1D29FF: hue angle of 236.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D29FF is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 41 | 255 | - |
| CMYK | 0.89 | 0.84 | 0 | 0 |
| HSL | 236.81º | 1% | 0.56% | - |
| HSV(B) | 236.81º | 0.89% | 1% | - |
| XYZ | 19.35 | 9.07 | 95.34 | - |
| YUV | 61.81 | 237.02 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 255 | 0.89 | 0.84 | 0 | 0 | 236.81 | 1 | 0.56 |
| Hex | 1D | 29 | FF | 59 | 54 | 0 | 0 | ED | 64 | 38 |
| Octal | 35 | 51 | 377 | 131 | 124 | 0 | 0 | 355 | 144 | 70 |
| Binary | 11101 | 101001 | 11111111 | 1011001 | 1010100 | 0 | 0 | 11101101 | 1100100 | 111000 |
Color Harmonies of #1D29FF
Complementary color
Monochromatic Colors of #1D29FF
Black with #1D29FF
Text Example
Text Example
White with #1D29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D29FF; }
p { color: rgb(29,41,255); }
H1.HeaderClassName
{
color: #1D29FF;
}
.AnyTagClassName
{
color: #1D29FF;
}
</style>
background-color css
<style>
a { background-color: #1D29FF; }
a { background-color: rgb(29,41,255); }
div.DivClassName
{
background-color: #1D29FF;
}
.BgClassName
{
background-color: #1D29FF;
}
</style>
border-color css
<style>
span { border-color: #1D29FF; }
span { border-color: rgb(29,41,255); }
td.TdClassName
{
border-color: #1D29FF;
}
.TagClassName
{
border-color: #1D29FF;
}
</style>