Shades of Medium Blue #000DD0
Tints of Medium Blue #000DD0
RGB
CMYK
RGB Variations
Color information
#000DD0 (or 0x000DD0) is known color: Medium Blue. HEX triplet: 00, 0D and D0. RGB value is (0,13,208). Sum of RGB (Red+Green+Blue) = 0+13+208=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 208 (81.64% from 255 or 94.12% from 221); Max value from RGB is 208 - color contains mainly: blue. Hex color #000DD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000DD0 is #FFF22F. Grayscale: #1E1E1E. Windows color (decimal): -16773680 or 13634816. OLE color: 13634816.
HSL color Cylindrical-coordinate representation of color #000DD0: hue angle of 236.25º 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 #000DD0 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 13 | 208 | - |
| CMYK | 1 | 0.94 | 0 | 0.18 |
| HSL | 236.25º | 1% | 0.41% | - |
| HSV(B) | 236.25º | 1% | 0.82% | - |
| XYZ | 11.53 | 4.84 | 60 | - |
| YUV | 31.34 | 227.69 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 208 | 1 | 0.94 | 0 | 0.18 | 236.25 | 1 | 0.41 |
| Hex | 0 | D | D0 | 64 | 5E | 0 | 12 | EC | 64 | 29 |
| Octal | 0 | 15 | 320 | 144 | 136 | 0 | 22 | 354 | 144 | 51 |
| Binary | 0 | 1101 | 11010000 | 1100100 | 1011110 | 0 | 10010 | 11101100 | 1100100 | 101001 |
Color Harmonies of #000DD0
Complementary color
Monochromatic Colors of #000DD0
Black with #000DD0
Text Example
Text Example
White with #000DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000DD0; }
p { color: rgb(0,13,208); }
H1.HeaderClassName
{
color: #000DD0;
}
.AnyTagClassName
{
color: #000DD0;
}
</style>
background-color css
<style>
a { background-color: #000DD0; }
a { background-color: rgb(0,13,208); }
div.DivClassName
{
background-color: #000DD0;
}
.BgClassName
{
background-color: #000DD0;
}
</style>
border-color css
<style>
span { border-color: #000DD0; }
span { border-color: rgb(0,13,208); }
td.TdClassName
{
border-color: #000DD0;
}
.TagClassName
{
border-color: #000DD0;
}
</style>