Shades of Blue #1D01FD
Tints of Blue #1D01FD
RGB
CMYK
RGB Variations
Color information
#1D01FD (or 0x1D01FD) is known color: Blue. HEX triplet: 1D, 01 and FD. RGB value is (29,1,253). Sum of RGB (Red+Green+Blue) = 29+1+253=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 253 (99.22% from 255 or 89.40% from 283); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D01FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D01FD is #E2FE02. Grayscale: #252525. Windows color (decimal): -14876163 or 16580893. OLE color: 16580893.
HSL color Cylindrical-coordinate representation of color #1D01FD: hue angle of 246.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D01FD is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 1 | 253 | - |
| CMYK | 0.89 | 1.00 | 0 | 0.01 |
| HSL | 246.67º | 0.99% | 0.5% | - |
| HSV(B) | 246.67º | 1% | 0.99% | - |
| XYZ | 18.25 | 7.37 | 93.39 | - |
| YUV | 38.1 | 249.28 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 253 | 0.89 | 1.00 | 0 | 0.01 | 246.67 | 0.99 | 0.5 |
| Hex | 1D | 1 | FD | 59 | 64 | 0 | 1 | F7 | 63 | 32 |
| Octal | 35 | 1 | 375 | 131 | 144 | 0 | 1 | 367 | 143 | 62 |
| Binary | 11101 | 1 | 11111101 | 1011001 | 1100100 | 0 | 1 | 11110111 | 1100011 | 110010 |
Color Harmonies of #1D01FD
Complementary color
Monochromatic Colors of #1D01FD
Black with #1D01FD
Text Example
Text Example
White with #1D01FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D01FD; }
p { color: rgb(29,1,253); }
H1.HeaderClassName
{
color: #1D01FD;
}
.AnyTagClassName
{
color: #1D01FD;
}
</style>
background-color css
<style>
a { background-color: #1D01FD; }
a { background-color: rgb(29,1,253); }
div.DivClassName
{
background-color: #1D01FD;
}
.BgClassName
{
background-color: #1D01FD;
}
</style>
border-color css
<style>
span { border-color: #1D01FD; }
span { border-color: rgb(29,1,253); }
td.TdClassName
{
border-color: #1D01FD;
}
.TagClassName
{
border-color: #1D01FD;
}
</style>