Shades of Medium Blue #0010DD
Tints of Medium Blue #0010DD
RGB
CMYK
RGB Variations
Color information
#0010DD (or 0x0010DD) is known color: Medium Blue. HEX triplet: 00, 10 and DD. RGB value is (0,16,221). Sum of RGB (Red+Green+Blue) = 0+16+221=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 221 (86.72% from 255 or 93.25% from 237); Max value from RGB is 221 - color contains mainly: blue. Hex color #0010DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010DD is #FFEF22. Grayscale: #212121. Windows color (decimal): -16772899 or 14487552. OLE color: 14487552.
HSL color Cylindrical-coordinate representation of color #0010DD: hue angle of 235.66º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0010DD is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 16 | 221 | - |
| CMYK | 1 | 0.93 | 0 | 0.13 |
| HSL | 235.66º | 1% | 0.43% | - |
| HSV(B) | 235.66º | 1% | 0.87% | - |
| XYZ | 13.24 | 5.59 | 68.79 | - |
| YUV | 34.59 | 233.2 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 221 | 1 | 0.93 | 0 | 0.13 | 235.66 | 1 | 0.43 |
| Hex | 0 | 10 | DD | 64 | 5D | 0 | D | EC | 64 | 2B |
| Octal | 0 | 20 | 335 | 144 | 135 | 0 | 15 | 354 | 144 | 53 |
| Binary | 0 | 10000 | 11011101 | 1100100 | 1011101 | 0 | 1101 | 11101100 | 1100100 | 101011 |
Color Harmonies of #0010DD
Complementary color
Monochromatic Colors of #0010DD
Black with #0010DD
Text Example
Text Example
White with #0010DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010DD; }
p { color: rgb(0,16,221); }
H1.HeaderClassName
{
color: #0010DD;
}
.AnyTagClassName
{
color: #0010DD;
}
</style>
background-color css
<style>
a { background-color: #0010DD; }
a { background-color: rgb(0,16,221); }
div.DivClassName
{
background-color: #0010DD;
}
.BgClassName
{
background-color: #0010DD;
}
</style>
border-color css
<style>
span { border-color: #0010DD; }
span { border-color: rgb(0,16,221); }
td.TdClassName
{
border-color: #0010DD;
}
.TagClassName
{
border-color: #0010DD;
}
</style>