Shades of Medium Blue #1D02CD
Tints of Medium Blue #1D02CD
RGB
CMYK
RGB Variations
Color information
#1D02CD (or 0x1D02CD) is known color: Medium Blue. HEX triplet: 1D, 02 and CD. RGB value is (29,2,205). Sum of RGB (Red+Green+Blue) = 29+2+205=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 205 (80.47% from 255 or 86.86% from 236); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D02CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D02CD is #E2FD32. Grayscale: #202020. Windows color (decimal): -14875955 or 13435421. OLE color: 13435421.
HSL color Cylindrical-coordinate representation of color #1D02CD: hue angle of 247.98º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D02CD is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 2 | 205 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.20 |
| HSL | 247.98º | 0.98% | 0.41% | - |
| HSV(B) | 247.98º | 0.99% | 0.8% | - |
| XYZ | 11.55 | 4.71 | 58.06 | - |
| YUV | 33.22 | 224.95 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 205 | 0.86 | 0.99 | 0 | 0.20 | 247.98 | 0.98 | 0.41 |
| Hex | 1D | 2 | CD | 56 | 63 | 0 | 14 | F8 | 62 | 29 |
| Octal | 35 | 2 | 315 | 126 | 143 | 0 | 24 | 370 | 142 | 51 |
| Binary | 11101 | 10 | 11001101 | 1010110 | 1100011 | 0 | 10100 | 11111000 | 1100010 | 101001 |
Color Harmonies of #1D02CD
Complementary color
Monochromatic Colors of #1D02CD
Black with #1D02CD
Text Example
Text Example
White with #1D02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D02CD; }
p { color: rgb(29,2,205); }
H1.HeaderClassName
{
color: #1D02CD;
}
.AnyTagClassName
{
color: #1D02CD;
}
</style>
background-color css
<style>
a { background-color: #1D02CD; }
a { background-color: rgb(29,2,205); }
div.DivClassName
{
background-color: #1D02CD;
}
.BgClassName
{
background-color: #1D02CD;
}
</style>
border-color css
<style>
span { border-color: #1D02CD; }
span { border-color: rgb(29,2,205); }
td.TdClassName
{
border-color: #1D02CD;
}
.TagClassName
{
border-color: #1D02CD;
}
</style>