Shades of Blue #1D2AFF
Tints of Blue #1D2AFF
RGB
CMYK
RGB Variations
Color information
#1D2AFF (or 0x1D2AFF) is known color: Blue. HEX triplet: 1D, 2A and FF. RGB value is (29,42,255). Sum of RGB (Red+Green+Blue) = 29+42+255=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D2AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2AFF is #E2D500. Grayscale: #3D3D3D. Windows color (decimal): -14865665 or 16722461. OLE color: 16722461.
HSL color Cylindrical-coordinate representation of color #1D2AFF: hue angle of 236.55º 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 #1D2AFF is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 42 | 255 | - |
| CMYK | 0.89 | 0.84 | 0 | 0 |
| HSL | 236.55º | 1% | 0.56% | - |
| HSV(B) | 236.55º | 0.89% | 1% | - |
| XYZ | 19.38 | 9.14 | 95.35 | - |
| YUV | 62.4 | 236.69 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 255 | 0.89 | 0.84 | 0 | 0 | 236.55 | 1 | 0.56 |
| Hex | 1D | 2A | FF | 59 | 54 | 0 | 0 | ED | 64 | 38 |
| Octal | 35 | 52 | 377 | 131 | 124 | 0 | 0 | 355 | 144 | 70 |
| Binary | 11101 | 101010 | 11111111 | 1011001 | 1010100 | 0 | 0 | 11101101 | 1100100 | 111000 |
Color Harmonies of #1D2AFF
Complementary color
Monochromatic Colors of #1D2AFF
Black with #1D2AFF
Text Example
Text Example
White with #1D2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2AFF; }
p { color: rgb(29,42,255); }
H1.HeaderClassName
{
color: #1D2AFF;
}
.AnyTagClassName
{
color: #1D2AFF;
}
</style>
background-color css
<style>
a { background-color: #1D2AFF; }
a { background-color: rgb(29,42,255); }
div.DivClassName
{
background-color: #1D2AFF;
}
.BgClassName
{
background-color: #1D2AFF;
}
</style>
border-color css
<style>
span { border-color: #1D2AFF; }
span { border-color: rgb(29,42,255); }
td.TdClassName
{
border-color: #1D2AFF;
}
.TagClassName
{
border-color: #1D2AFF;
}
</style>