Shades of Medium Blue #011DD0
Tints of Medium Blue #011DD0
RGB
CMYK
RGB Variations
Color information
#011DD0 (or 0x011DD0) is known color: Medium Blue. HEX triplet: 01, 1D and D0. RGB value is (1,29,208). Sum of RGB (Red+Green+Blue) = 1+29+208=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 208 (81.64% from 255 or 87.39% from 238); Max value from RGB is 208 - color contains mainly: blue. Hex color #011DD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DD0 is #FEE22F. Grayscale: #282828. Windows color (decimal): -16704048 or 13638913. OLE color: 13638913.
HSL color Cylindrical-coordinate representation of color #011DD0: hue angle of 231.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011DD0 is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 29 | 208 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.18 |
| HSL | 231.88º | 0.99% | 0.41% | - |
| HSV(B) | 231.88º | 1% | 0.82% | - |
| XYZ | 11.84 | 5.44 | 60.1 | - |
| YUV | 41.03 | 222.22 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 208 | 1.00 | 0.86 | 0 | 0.18 | 231.88 | 0.99 | 0.41 |
| Hex | 1 | 1D | D0 | 64 | 56 | 0 | 12 | E8 | 63 | 29 |
| Octal | 1 | 35 | 320 | 144 | 126 | 0 | 22 | 350 | 143 | 51 |
| Binary | 1 | 11101 | 11010000 | 1100100 | 1010110 | 0 | 10010 | 11101000 | 1100011 | 101001 |
Color Harmonies of #011DD0
Complementary color
Monochromatic Colors of #011DD0
Black with #011DD0
Text Example
Text Example
White with #011DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DD0; }
p { color: rgb(1,29,208); }
H1.HeaderClassName
{
color: #011DD0;
}
.AnyTagClassName
{
color: #011DD0;
}
</style>
background-color css
<style>
a { background-color: #011DD0; }
a { background-color: rgb(1,29,208); }
div.DivClassName
{
background-color: #011DD0;
}
.BgClassName
{
background-color: #011DD0;
}
</style>
border-color css
<style>
span { border-color: #011DD0; }
span { border-color: rgb(1,29,208); }
td.TdClassName
{
border-color: #011DD0;
}
.TagClassName
{
border-color: #011DD0;
}
</style>