Shades of Medium Blue #1D10CF
Tints of Medium Blue #1D10CF
RGB
CMYK
RGB Variations
Color information
#1D10CF (or 0x1D10CF) is known color: Medium Blue. HEX triplet: 1D, 10 and CF. RGB value is (29,16,207). Sum of RGB (Red+Green+Blue) = 29+16+207=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D10CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D10CF is #E2EF30. Grayscale: #282828. Windows color (decimal): -14872369 or 13570077. OLE color: 13570077.
HSL color Cylindrical-coordinate representation of color #1D10CF: hue angle of 244.08º 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 #1D10CF is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 16 | 207 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.19 |
| HSL | 244.08º | 0.86% | 0.44% | - |
| HSV(B) | 244.08º | 0.92% | 0.81% | - |
| XYZ | 11.95 | 5.14 | 59.39 | - |
| YUV | 41.66 | 221.31 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 207 | 0.86 | 0.92 | 0 | 0.19 | 244.08 | 0.86 | 0.44 |
| Hex | 1D | 10 | CF | 56 | 5C | 0 | 13 | F4 | 56 | 2C |
| Octal | 35 | 20 | 317 | 126 | 134 | 0 | 23 | 364 | 126 | 54 |
| Binary | 11101 | 10000 | 11001111 | 1010110 | 1011100 | 0 | 10011 | 11110100 | 1010110 | 101100 |
Color Harmonies of #1D10CF
Complementary color
Monochromatic Colors of #1D10CF
Black with #1D10CF
Text Example
Text Example
White with #1D10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D10CF; }
p { color: rgb(29,16,207); }
H1.HeaderClassName
{
color: #1D10CF;
}
.AnyTagClassName
{
color: #1D10CF;
}
</style>
background-color css
<style>
a { background-color: #1D10CF; }
a { background-color: rgb(29,16,207); }
div.DivClassName
{
background-color: #1D10CF;
}
.BgClassName
{
background-color: #1D10CF;
}
</style>
border-color css
<style>
span { border-color: #1D10CF; }
span { border-color: rgb(29,16,207); }
td.TdClassName
{
border-color: #1D10CF;
}
.TagClassName
{
border-color: #1D10CF;
}
</style>