Shades of Blue #1D1EF6
Tints of Blue #1D1EF6
RGB
CMYK
RGB Variations
Color information
#1D1EF6 (or 0x1D1EF6) is known color: Blue. HEX triplet: 1D, 1E and F6. RGB value is (29,30,246). Sum of RGB (Red+Green+Blue) = 29+30+246=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 246 (96.48% from 255 or 80.66% from 305); Max value from RGB is 246 - color contains mainly: blue. Hex color #1D1EF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1EF6 is #E2E109. Grayscale: #353535. Windows color (decimal): -14868746 or 16129565. OLE color: 16129565.
HSL color Cylindrical-coordinate representation of color #1D1EF6: hue angle of 239.72º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1EF6 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 30 | 246 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.04 |
| HSL | 239.72º | 0.92% | 0.54% | - |
| HSV(B) | 239.72º | 0.88% | 0.96% | - |
| XYZ | 17.61 | 7.84 | 87.77 | - |
| YUV | 54.33 | 236.17 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 246 | 0.88 | 0.88 | 0 | 0.04 | 239.72 | 0.92 | 0.54 |
| Hex | 1D | 1E | F6 | 58 | 58 | 0 | 4 | F0 | 5C | 36 |
| Octal | 35 | 36 | 366 | 130 | 130 | 0 | 4 | 360 | 134 | 66 |
| Binary | 11101 | 11110 | 11110110 | 1011000 | 1011000 | 0 | 100 | 11110000 | 1011100 | 110110 |
Color Harmonies of #1D1EF6
Complementary color
Monochromatic Colors of #1D1EF6
Black with #1D1EF6
Text Example
Text Example
White with #1D1EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1EF6; }
p { color: rgb(29,30,246); }
H1.HeaderClassName
{
color: #1D1EF6;
}
.AnyTagClassName
{
color: #1D1EF6;
}
</style>
background-color css
<style>
a { background-color: #1D1EF6; }
a { background-color: rgb(29,30,246); }
div.DivClassName
{
background-color: #1D1EF6;
}
.BgClassName
{
background-color: #1D1EF6;
}
</style>
border-color css
<style>
span { border-color: #1D1EF6; }
span { border-color: rgb(29,30,246); }
td.TdClassName
{
border-color: #1D1EF6;
}
.TagClassName
{
border-color: #1D1EF6;
}
</style>