Shades of Blue #1D0AFD
Tints of Blue #1D0AFD
RGB
CMYK
RGB Variations
Color information
#1D0AFD (or 0x1D0AFD) is known color: Blue. HEX triplet: 1D, 0A and FD. RGB value is (29,10,253). Sum of RGB (Red+Green+Blue) = 29+10+253=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D0AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D0AFD is #E2F502. Grayscale: #2A2A2A. Windows color (decimal): -14873859 or 16583197. OLE color: 16583197.
HSL color Cylindrical-coordinate representation of color #1D0AFD: hue angle of 244.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0AFD is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 10 | 253 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.01 |
| HSL | 244.69º | 0.98% | 0.52% | - |
| HSV(B) | 244.69º | 0.96% | 0.99% | - |
| XYZ | 18.34 | 7.57 | 93.42 | - |
| YUV | 43.38 | 246.29 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 253 | 0.89 | 0.96 | 0 | 0.01 | 244.69 | 0.98 | 0.52 |
| Hex | 1D | A | FD | 59 | 60 | 0 | 1 | F5 | 62 | 34 |
| Octal | 35 | 12 | 375 | 131 | 140 | 0 | 1 | 365 | 142 | 64 |
| Binary | 11101 | 1010 | 11111101 | 1011001 | 1100000 | 0 | 1 | 11110101 | 1100010 | 110100 |
Color Harmonies of #1D0AFD
Complementary color
Monochromatic Colors of #1D0AFD
Black with #1D0AFD
Text Example
Text Example
White with #1D0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0AFD; }
p { color: rgb(29,10,253); }
H1.HeaderClassName
{
color: #1D0AFD;
}
.AnyTagClassName
{
color: #1D0AFD;
}
</style>
background-color css
<style>
a { background-color: #1D0AFD; }
a { background-color: rgb(29,10,253); }
div.DivClassName
{
background-color: #1D0AFD;
}
.BgClassName
{
background-color: #1D0AFD;
}
</style>
border-color css
<style>
span { border-color: #1D0AFD; }
span { border-color: rgb(29,10,253); }
td.TdClassName
{
border-color: #1D0AFD;
}
.TagClassName
{
border-color: #1D0AFD;
}
</style>