Shades of Medium Blue #010DCD
Tints of Medium Blue #010DCD
RGB
CMYK
RGB Variations
Color information
#010DCD (or 0x010DCD) is known color: Medium Blue. HEX triplet: 01, 0D and CD. RGB value is (1,13,205). Sum of RGB (Red+Green+Blue) = 1+13+205=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 205 (80.47% from 255 or 93.61% from 219); Max value from RGB is 205 - color contains mainly: blue. Hex color #010DCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DCD is #FEF232. Grayscale: #1E1E1E. Windows color (decimal): -16708147 or 13438209. OLE color: 13438209.
HSL color Cylindrical-coordinate representation of color #010DCD: hue angle of 236.47º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010DCD is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 13 | 205 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.20 |
| HSL | 236.47º | 0.99% | 0.4% | - |
| HSV(B) | 236.47º | 1% | 0.8% | - |
| XYZ | 11.18 | 4.7 | 58.08 | - |
| YUV | 31.3 | 226.02 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 205 | 1.00 | 0.94 | 0 | 0.20 | 236.47 | 0.99 | 0.4 |
| Hex | 1 | D | CD | 64 | 5E | 0 | 14 | EC | 63 | 28 |
| Octal | 1 | 15 | 315 | 144 | 136 | 0 | 24 | 354 | 143 | 50 |
| Binary | 1 | 1101 | 11001101 | 1100100 | 1011110 | 0 | 10100 | 11101100 | 1100011 | 101000 |
Color Harmonies of #010DCD
Complementary color
Monochromatic Colors of #010DCD
Black with #010DCD
Text Example
Text Example
White with #010DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DCD; }
p { color: rgb(1,13,205); }
H1.HeaderClassName
{
color: #010DCD;
}
.AnyTagClassName
{
color: #010DCD;
}
</style>
background-color css
<style>
a { background-color: #010DCD; }
a { background-color: rgb(1,13,205); }
div.DivClassName
{
background-color: #010DCD;
}
.BgClassName
{
background-color: #010DCD;
}
</style>
border-color css
<style>
span { border-color: #010DCD; }
span { border-color: rgb(1,13,205); }
td.TdClassName
{
border-color: #010DCD;
}
.TagClassName
{
border-color: #010DCD;
}
</style>