Shades of Blue #1D0DFD
Tints of Blue #1D0DFD
RGB
CMYK
RGB Variations
Color information
#1D0DFD (or 0x1D0DFD) is known color: Blue. HEX triplet: 1D, 0D and FD. RGB value is (29,13,253). Sum of RGB (Red+Green+Blue) = 29+13+253=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D0DFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0DFD is #E2F202. Grayscale: #2C2C2C. Windows color (decimal): -14873091 or 16583965. OLE color: 16583965.
HSL color Cylindrical-coordinate representation of color #1D0DFD: hue angle of 244º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0DFD is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 13 | 253 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.01 |
| HSL | 244º | 0.98% | 0.52% | - |
| HSV(B) | 244º | 0.95% | 0.99% | - |
| XYZ | 18.38 | 7.64 | 93.43 | - |
| YUV | 45.14 | 245.3 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 253 | 0.89 | 0.95 | 0 | 0.01 | 244 | 0.98 | 0.52 |
| Hex | 1D | D | FD | 59 | 5F | 0 | 1 | F4 | 62 | 34 |
| Octal | 35 | 15 | 375 | 131 | 137 | 0 | 1 | 364 | 142 | 64 |
| Binary | 11101 | 1101 | 11111101 | 1011001 | 1011111 | 0 | 1 | 11110100 | 1100010 | 110100 |
Color Harmonies of #1D0DFD
Complementary color
Monochromatic Colors of #1D0DFD
Black with #1D0DFD
Text Example
Text Example
White with #1D0DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0DFD; }
p { color: rgb(29,13,253); }
H1.HeaderClassName
{
color: #1D0DFD;
}
.AnyTagClassName
{
color: #1D0DFD;
}
</style>
background-color css
<style>
a { background-color: #1D0DFD; }
a { background-color: rgb(29,13,253); }
div.DivClassName
{
background-color: #1D0DFD;
}
.BgClassName
{
background-color: #1D0DFD;
}
</style>
border-color css
<style>
span { border-color: #1D0DFD; }
span { border-color: rgb(29,13,253); }
td.TdClassName
{
border-color: #1D0DFD;
}
.TagClassName
{
border-color: #1D0DFD;
}
</style>