Shades of Medium Blue #1D00D2
Tints of Medium Blue #1D00D2
RGB
CMYK
RGB Variations
Color information
#1D00D2 (or 0x1D00D2) is known color: Medium Blue. HEX triplet: 1D, 00 and D2. RGB value is (29,0,210). Sum of RGB (Red+Green+Blue) = 29+0+210=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 210 (82.42% from 255 or 87.87% from 239); Max value from RGB is 210 - color contains mainly: blue. Hex color #1D00D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D00D2 is #E2FF2D. Grayscale: #1F1F1F. Windows color (decimal): -14876462 or 13762589. OLE color: 13762589.
HSL color Cylindrical-coordinate representation of color #1D00D2: hue angle of 248.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D00D2 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 0 | 210 | - |
| CMYK | 0.86 | 1 | 0 | 0.18 |
| HSL | 248.29º | 1% | 0.41% | - |
| HSV(B) | 248.29º | 1% | 0.82% | - |
| XYZ | 12.14 | 4.91 | 61.28 | - |
| YUV | 32.61 | 228.11 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 210 | 0.86 | 1 | 0 | 0.18 | 248.29 | 1 | 0.41 |
| Hex | 1D | 0 | D2 | 56 | 64 | 0 | 12 | F8 | 64 | 29 |
| Octal | 35 | 0 | 322 | 126 | 144 | 0 | 22 | 370 | 144 | 51 |
| Binary | 11101 | 0 | 11010010 | 1010110 | 1100100 | 0 | 10010 | 11111000 | 1100100 | 101001 |
Color Harmonies of #1D00D2
Complementary color
Monochromatic Colors of #1D00D2
Black with #1D00D2
Text Example
Text Example
White with #1D00D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D00D2; }
p { color: rgb(29,0,210); }
H1.HeaderClassName
{
color: #1D00D2;
}
.AnyTagClassName
{
color: #1D00D2;
}
</style>
background-color css
<style>
a { background-color: #1D00D2; }
a { background-color: rgb(29,0,210); }
div.DivClassName
{
background-color: #1D00D2;
}
.BgClassName
{
background-color: #1D00D2;
}
</style>
border-color css
<style>
span { border-color: #1D00D2; }
span { border-color: rgb(29,0,210); }
td.TdClassName
{
border-color: #1D00D2;
}
.TagClassName
{
border-color: #1D00D2;
}
</style>