Shades of Medium Blue #0007CD
Tints of Medium Blue #0007CD
RGB
CMYK
RGB Variations
Color information
#0007CD (or 0x0007CD) is known color: Medium Blue. HEX triplet: 00, 07 and CD. RGB value is (0,7,205). Sum of RGB (Red+Green+Blue) = 0+7+205=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 205 (80.47% from 255 or 96.70% from 212); Max value from RGB is 205 - color contains mainly: blue. Hex color #0007CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0007CD is #FFF832. Grayscale: #1A1A1A. Windows color (decimal): -16775219 or 13436672. OLE color: 13436672.
HSL color Cylindrical-coordinate representation of color #0007CD: hue angle of 237.95º 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 #0007CD is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 7 | 205 | - |
| CMYK | 1 | 0.97 | 0 | 0.20 |
| HSL | 237.95º | 1% | 0.4% | - |
| HSV(B) | 237.95º | 1% | 0.8% | - |
| XYZ | 11.1 | 4.56 | 58.05 | - |
| YUV | 27.48 | 228.18 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 205 | 1 | 0.97 | 0 | 0.20 | 237.95 | 1 | 0.4 |
| Hex | 0 | 7 | CD | 64 | 61 | 0 | 14 | EE | 64 | 28 |
| Octal | 0 | 7 | 315 | 144 | 141 | 0 | 24 | 356 | 144 | 50 |
| Binary | 0 | 111 | 11001101 | 1100100 | 1100001 | 0 | 10100 | 11101110 | 1100100 | 101000 |
Color Harmonies of #0007CD
Complementary color
Monochromatic Colors of #0007CD
Black with #0007CD
Text Example
Text Example
White with #0007CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0007CD; }
p { color: rgb(0,7,205); }
H1.HeaderClassName
{
color: #0007CD;
}
.AnyTagClassName
{
color: #0007CD;
}
</style>
background-color css
<style>
a { background-color: #0007CD; }
a { background-color: rgb(0,7,205); }
div.DivClassName
{
background-color: #0007CD;
}
.BgClassName
{
background-color: #0007CD;
}
</style>
border-color css
<style>
span { border-color: #0007CD; }
span { border-color: rgb(0,7,205); }
td.TdClassName
{
border-color: #0007CD;
}
.TagClassName
{
border-color: #0007CD;
}
</style>