Shades of Medium Blue #1D06DD
Tints of Medium Blue #1D06DD
RGB
CMYK
RGB Variations
Color information
#1D06DD (or 0x1D06DD) is known color: Medium Blue. HEX triplet: 1D, 06 and DD. RGB value is (29,6,221). Sum of RGB (Red+Green+Blue) = 29+6+221=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D06DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D06DD is #E2F922. Grayscale: #242424. Windows color (decimal): -14874915 or 14485021. OLE color: 14485021.
HSL color Cylindrical-coordinate representation of color #1D06DD: hue angle of 246.42º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D06DD is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 6 | 221 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.13 |
| HSL | 246.42º | 0.95% | 0.45% | - |
| HSV(B) | 246.42º | 0.97% | 0.87% | - |
| XYZ | 13.62 | 5.61 | 68.77 | - |
| YUV | 37.39 | 231.62 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 221 | 0.87 | 0.97 | 0 | 0.13 | 246.42 | 0.95 | 0.45 |
| Hex | 1D | 6 | DD | 57 | 61 | 0 | D | F6 | 5F | 2D |
| Octal | 35 | 6 | 335 | 127 | 141 | 0 | 15 | 366 | 137 | 55 |
| Binary | 11101 | 110 | 11011101 | 1010111 | 1100001 | 0 | 1101 | 11110110 | 1011111 | 101101 |
Color Harmonies of #1D06DD
Complementary color
Monochromatic Colors of #1D06DD
Black with #1D06DD
Text Example
Text Example
White with #1D06DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D06DD; }
p { color: rgb(29,6,221); }
H1.HeaderClassName
{
color: #1D06DD;
}
.AnyTagClassName
{
color: #1D06DD;
}
</style>
background-color css
<style>
a { background-color: #1D06DD; }
a { background-color: rgb(29,6,221); }
div.DivClassName
{
background-color: #1D06DD;
}
.BgClassName
{
background-color: #1D06DD;
}
</style>
border-color css
<style>
span { border-color: #1D06DD; }
span { border-color: rgb(29,6,221); }
td.TdClassName
{
border-color: #1D06DD;
}
.TagClassName
{
border-color: #1D06DD;
}
</style>