Shades of Medium Blue #000ACD
Tints of Medium Blue #000ACD
RGB
CMYK
RGB Variations
Color information
#000ACD (or 0x000ACD) is known color: Medium Blue. HEX triplet: 00, 0A and CD. RGB value is (0,10,205). Sum of RGB (Red+Green+Blue) = 0+10+205=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 205 (80.47% from 255 or 95.35% from 215); Max value from RGB is 205 - color contains mainly: blue. Hex color #000ACD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ACD is #FFF532. Grayscale: #1C1C1C. Windows color (decimal): -16774451 or 13437440. OLE color: 13437440.
HSL color Cylindrical-coordinate representation of color #000ACD: hue angle of 237.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ACD is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 10 | 205 | - |
| CMYK | 1 | 0.95 | 0 | 0.20 |
| HSL | 237.07º | 1% | 0.4% | - |
| HSV(B) | 237.07º | 1% | 0.8% | - |
| XYZ | 11.13 | 4.62 | 58.06 | - |
| YUV | 29.24 | 227.19 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 205 | 1 | 0.95 | 0 | 0.20 | 237.07 | 1 | 0.4 |
| Hex | 0 | A | CD | 64 | 5F | 0 | 14 | ED | 64 | 28 |
| Octal | 0 | 12 | 315 | 144 | 137 | 0 | 24 | 355 | 144 | 50 |
| Binary | 0 | 1010 | 11001101 | 1100100 | 1011111 | 0 | 10100 | 11101101 | 1100100 | 101000 |
Color Harmonies of #000ACD
Complementary color
Monochromatic Colors of #000ACD
Black with #000ACD
Text Example
Text Example
White with #000ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ACD; }
p { color: rgb(0,10,205); }
H1.HeaderClassName
{
color: #000ACD;
}
.AnyTagClassName
{
color: #000ACD;
}
</style>
background-color css
<style>
a { background-color: #000ACD; }
a { background-color: rgb(0,10,205); }
div.DivClassName
{
background-color: #000ACD;
}
.BgClassName
{
background-color: #000ACD;
}
</style>
border-color css
<style>
span { border-color: #000ACD; }
span { border-color: rgb(0,10,205); }
td.TdClassName
{
border-color: #000ACD;
}
.TagClassName
{
border-color: #000ACD;
}
</style>