Shades of Blue #1D1FFD
Tints of Blue #1D1FFD
RGB
CMYK
RGB Variations
Color information
#1D1FFD (or 0x1D1FFD) is known color: Blue. HEX triplet: 1D, 1F and FD. RGB value is (29,31,253). Sum of RGB (Red+Green+Blue) = 29+31+253=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D1FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1FFD is #E2E002. Grayscale: #363636. Windows color (decimal): -14868483 or 16588573. OLE color: 16588573.
HSL color Cylindrical-coordinate representation of color #1D1FFD: hue angle of 239.46º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D1FFD is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 31 | 253 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.01 |
| HSL | 239.46º | 0.98% | 0.55% | - |
| HSV(B) | 239.46º | 0.89% | 0.99% | - |
| XYZ | 18.73 | 8.33 | 93.55 | - |
| YUV | 55.71 | 239.34 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 253 | 0.89 | 0.88 | 0 | 0.01 | 239.46 | 0.98 | 0.55 |
| Hex | 1D | 1F | FD | 59 | 58 | 0 | 1 | EF | 62 | 37 |
| Octal | 35 | 37 | 375 | 131 | 130 | 0 | 1 | 357 | 142 | 67 |
| Binary | 11101 | 11111 | 11111101 | 1011001 | 1011000 | 0 | 1 | 11101111 | 1100010 | 110111 |
Color Harmonies of #1D1FFD
Complementary color
Monochromatic Colors of #1D1FFD
Black with #1D1FFD
Text Example
Text Example
White with #1D1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1FFD; }
p { color: rgb(29,31,253); }
H1.HeaderClassName
{
color: #1D1FFD;
}
.AnyTagClassName
{
color: #1D1FFD;
}
</style>
background-color css
<style>
a { background-color: #1D1FFD; }
a { background-color: rgb(29,31,253); }
div.DivClassName
{
background-color: #1D1FFD;
}
.BgClassName
{
background-color: #1D1FFD;
}
</style>
border-color css
<style>
span { border-color: #1D1FFD; }
span { border-color: rgb(29,31,253); }
td.TdClassName
{
border-color: #1D1FFD;
}
.TagClassName
{
border-color: #1D1FFD;
}
</style>