Shades of Blue #1D10EF
Tints of Blue #1D10EF
RGB
CMYK
RGB Variations
Color information
#1D10EF (or 0x1D10EF) is known color: Blue. HEX triplet: 1D, 10 and EF. RGB value is (29,16,239). Sum of RGB (Red+Green+Blue) = 29+16+239=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 239 (93.75% from 255 or 84.15% from 284); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D10EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D10EF is #E2EF10. Grayscale: #2C2C2C. Windows color (decimal): -14872337 or 15667229. OLE color: 15667229.
HSL color Cylindrical-coordinate representation of color #1D10EF: hue angle of 243.5º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D10EF is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 16 | 239 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.06 |
| HSL | 243.5º | 0.87% | 0.5% | - |
| HSV(B) | 243.5º | 0.93% | 0.94% | - |
| XYZ | 16.27 | 6.86 | 82.13 | - |
| YUV | 45.31 | 237.31 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 239 | 0.88 | 0.93 | 0 | 0.06 | 243.5 | 0.87 | 0.5 |
| Hex | 1D | 10 | EF | 58 | 5D | 0 | 6 | F3 | 57 | 32 |
| Octal | 35 | 20 | 357 | 130 | 135 | 0 | 6 | 363 | 127 | 62 |
| Binary | 11101 | 10000 | 11101111 | 1011000 | 1011101 | 0 | 110 | 11110011 | 1010111 | 110010 |
Color Harmonies of #1D10EF
Complementary color
Monochromatic Colors of #1D10EF
Black with #1D10EF
Text Example
Text Example
White with #1D10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D10EF; }
p { color: rgb(29,16,239); }
H1.HeaderClassName
{
color: #1D10EF;
}
.AnyTagClassName
{
color: #1D10EF;
}
</style>
background-color css
<style>
a { background-color: #1D10EF; }
a { background-color: rgb(29,16,239); }
div.DivClassName
{
background-color: #1D10EF;
}
.BgClassName
{
background-color: #1D10EF;
}
</style>
border-color css
<style>
span { border-color: #1D10EF; }
span { border-color: rgb(29,16,239); }
td.TdClassName
{
border-color: #1D10EF;
}
.TagClassName
{
border-color: #1D10EF;
}
</style>