Shades of Medium Blue #1D10CE
Tints of Medium Blue #1D10CE
RGB
CMYK
RGB Variations
Color information
#1D10CE (or 0x1D10CE) is known color: Medium Blue. HEX triplet: 1D, 10 and CE. RGB value is (29,16,206). Sum of RGB (Red+Green+Blue) = 29+16+206=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D10CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D10CE is #E2EF31. Grayscale: #282828. Windows color (decimal): -14872370 or 13504541. OLE color: 13504541.
HSL color Cylindrical-coordinate representation of color #1D10CE: hue angle of 244.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D10CE is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 16 | 206 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.19 |
| HSL | 244.11º | 0.86% | 0.44% | - |
| HSV(B) | 244.11º | 0.92% | 0.81% | - |
| XYZ | 11.83 | 5.09 | 58.75 | - |
| YUV | 41.55 | 220.81 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 206 | 0.86 | 0.92 | 0 | 0.19 | 244.11 | 0.86 | 0.44 |
| Hex | 1D | 10 | CE | 56 | 5C | 0 | 13 | F4 | 56 | 2C |
| Octal | 35 | 20 | 316 | 126 | 134 | 0 | 23 | 364 | 126 | 54 |
| Binary | 11101 | 10000 | 11001110 | 1010110 | 1011100 | 0 | 10011 | 11110100 | 1010110 | 101100 |
Color Harmonies of #1D10CE
Complementary color
Monochromatic Colors of #1D10CE
Black with #1D10CE
Text Example
Text Example
White with #1D10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D10CE; }
p { color: rgb(29,16,206); }
H1.HeaderClassName
{
color: #1D10CE;
}
.AnyTagClassName
{
color: #1D10CE;
}
</style>
background-color css
<style>
a { background-color: #1D10CE; }
a { background-color: rgb(29,16,206); }
div.DivClassName
{
background-color: #1D10CE;
}
.BgClassName
{
background-color: #1D10CE;
}
</style>
border-color css
<style>
span { border-color: #1D10CE; }
span { border-color: rgb(29,16,206); }
td.TdClassName
{
border-color: #1D10CE;
}
.TagClassName
{
border-color: #1D10CE;
}
</style>