Shades of Medium Blue #1D10BE
Tints of Medium Blue #1D10BE
RGB
CMYK
RGB Variations
Color information
#1D10BE (or 0x1D10BE) is known color: Medium Blue. HEX triplet: 1D, 10 and BE. RGB value is (29,16,190). Sum of RGB (Red+Green+Blue) = 29+16+190=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D10BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D10BE is #E2EF41. Grayscale: #272727. Windows color (decimal): -14872386 or 12455965. OLE color: 12455965.
HSL color Cylindrical-coordinate representation of color #1D10BE: hue angle of 244.48º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D10BE is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 16 | 190 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.25 |
| HSL | 244.48º | 0.84% | 0.4% | - |
| HSV(B) | 244.48º | 0.92% | 0.75% | - |
| XYZ | 9.99 | 4.35 | 49.03 | - |
| YUV | 39.72 | 212.81 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 190 | 0.85 | 0.92 | 0 | 0.25 | 244.48 | 0.84 | 0.4 |
| Hex | 1D | 10 | BE | 55 | 5C | 0 | 19 | F4 | 54 | 28 |
| Octal | 35 | 20 | 276 | 125 | 134 | 0 | 31 | 364 | 124 | 50 |
| Binary | 11101 | 10000 | 10111110 | 1010101 | 1011100 | 0 | 11001 | 11110100 | 1010100 | 101000 |
Color Harmonies of #1D10BE
Complementary color
Monochromatic Colors of #1D10BE
Black with #1D10BE
Text Example
Text Example
White with #1D10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D10BE; }
p { color: rgb(29,16,190); }
H1.HeaderClassName
{
color: #1D10BE;
}
.AnyTagClassName
{
color: #1D10BE;
}
</style>
background-color css
<style>
a { background-color: #1D10BE; }
a { background-color: rgb(29,16,190); }
div.DivClassName
{
background-color: #1D10BE;
}
.BgClassName
{
background-color: #1D10BE;
}
</style>
border-color css
<style>
span { border-color: #1D10BE; }
span { border-color: rgb(29,16,190); }
td.TdClassName
{
border-color: #1D10BE;
}
.TagClassName
{
border-color: #1D10BE;
}
</style>