Shades of Blue #1D17FF
Tints of Blue #1D17FF
RGB
CMYK
RGB Variations
Color information
#1D17FF (or 0x1D17FF) is known color: Blue. HEX triplet: 1D, 17 and FF. RGB value is (29,23,255). Sum of RGB (Red+Green+Blue) = 29+23+255=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D17FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D17FF is #E2E800. Grayscale: #323232. Windows color (decimal): -14870529 or 16717597. OLE color: 16717597.
HSL color Cylindrical-coordinate representation of color #1D17FF: hue angle of 241.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D17FF is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 23 | 255 | - |
| CMYK | 0.89 | 0.91 | 0 | 0 |
| HSL | 241.55º | 1% | 0.55% | - |
| HSV(B) | 241.55º | 0.91% | 1% | - |
| XYZ | 18.86 | 8.09 | 95.18 | - |
| YUV | 51.24 | 242.99 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 255 | 0.89 | 0.91 | 0 | 0 | 241.55 | 1 | 0.55 |
| Hex | 1D | 17 | FF | 59 | 5B | 0 | 0 | F2 | 64 | 37 |
| Octal | 35 | 27 | 377 | 131 | 133 | 0 | 0 | 362 | 144 | 67 |
| Binary | 11101 | 10111 | 11111111 | 1011001 | 1011011 | 0 | 0 | 11110010 | 1100100 | 110111 |
Color Harmonies of #1D17FF
Complementary color
Monochromatic Colors of #1D17FF
Black with #1D17FF
Text Example
Text Example
White with #1D17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D17FF; }
p { color: rgb(29,23,255); }
H1.HeaderClassName
{
color: #1D17FF;
}
.AnyTagClassName
{
color: #1D17FF;
}
</style>
background-color css
<style>
a { background-color: #1D17FF; }
a { background-color: rgb(29,23,255); }
div.DivClassName
{
background-color: #1D17FF;
}
.BgClassName
{
background-color: #1D17FF;
}
</style>
border-color css
<style>
span { border-color: #1D17FF; }
span { border-color: rgb(29,23,255); }
td.TdClassName
{
border-color: #1D17FF;
}
.TagClassName
{
border-color: #1D17FF;
}
</style>