Shades of Blue #1D1FEB
Tints of Blue #1D1FEB
RGB
CMYK
RGB Variations
Color information
#1D1FEB (or 0x1D1FEB) is known color: Blue. HEX triplet: 1D, 1F and EB. RGB value is (29,31,235). Sum of RGB (Red+Green+Blue) = 29+31+235=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D1FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1FEB is #E2E014. Grayscale: #343434. Windows color (decimal): -14868501 or 15408925. OLE color: 15408925.
HSL color Cylindrical-coordinate representation of color #1D1FEB: hue angle of 239.42º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1FEB is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 31 | 235 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.08 |
| HSL | 239.42º | 0.84% | 0.52% | - |
| HSV(B) | 239.42º | 0.88% | 0.92% | - |
| XYZ | 15.99 | 7.24 | 79.15 | - |
| YUV | 53.66 | 230.34 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 235 | 0.88 | 0.87 | 0 | 0.08 | 239.42 | 0.84 | 0.52 |
| Hex | 1D | 1F | EB | 58 | 57 | 0 | 8 | EF | 54 | 34 |
| Octal | 35 | 37 | 353 | 130 | 127 | 0 | 10 | 357 | 124 | 64 |
| Binary | 11101 | 11111 | 11101011 | 1011000 | 1010111 | 0 | 1000 | 11101111 | 1010100 | 110100 |
Color Harmonies of #1D1FEB
Complementary color
Monochromatic Colors of #1D1FEB
Black with #1D1FEB
Text Example
Text Example
White with #1D1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1FEB; }
p { color: rgb(29,31,235); }
H1.HeaderClassName
{
color: #1D1FEB;
}
.AnyTagClassName
{
color: #1D1FEB;
}
</style>
background-color css
<style>
a { background-color: #1D1FEB; }
a { background-color: rgb(29,31,235); }
div.DivClassName
{
background-color: #1D1FEB;
}
.BgClassName
{
background-color: #1D1FEB;
}
</style>
border-color css
<style>
span { border-color: #1D1FEB; }
span { border-color: rgb(29,31,235); }
td.TdClassName
{
border-color: #1D1FEB;
}
.TagClassName
{
border-color: #1D1FEB;
}
</style>