Shades of Medium Blue #0700CD
Tints of Medium Blue #0700CD
RGB
CMYK
RGB Variations
Color information
#0700CD (or 0x0700CD) is known color: Medium Blue. HEX triplet: 07, 00 and CD. RGB value is (7,0,205). Sum of RGB (Red+Green+Blue) = 7+0+205=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 0 (0.39% from 255 or 0% 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 #0700CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700CD is #F8FF32. Grayscale: #181818. Windows color (decimal): -16318259 or 13434887. OLE color: 13434887.
HSL color Cylindrical-coordinate representation of color #0700CD: hue angle of 242.05º 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 #0700CD is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 0 | 205 | - |
| CMYK | 0.97 | 1 | 0 | 0.20 |
| HSL | 242.05º | 1% | 0.4% | - |
| HSV(B) | 242.05º | 1% | 0.8% | - |
| XYZ | 11.11 | 4.45 | 58.03 | - |
| YUV | 25.46 | 229.32 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 205 | 0.97 | 1 | 0 | 0.20 | 242.05 | 1 | 0.4 |
| Hex | 7 | 0 | CD | 61 | 64 | 0 | 14 | F2 | 64 | 28 |
| Octal | 7 | 0 | 315 | 141 | 144 | 0 | 24 | 362 | 144 | 50 |
| Binary | 111 | 0 | 11001101 | 1100001 | 1100100 | 0 | 10100 | 11110010 | 1100100 | 101000 |
Color Harmonies of #0700CD
Complementary color
Monochromatic Colors of #0700CD
Black with #0700CD
Text Example
Text Example
White with #0700CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700CD; }
p { color: rgb(7,0,205); }
H1.HeaderClassName
{
color: #0700CD;
}
.AnyTagClassName
{
color: #0700CD;
}
</style>
background-color css
<style>
a { background-color: #0700CD; }
a { background-color: rgb(7,0,205); }
div.DivClassName
{
background-color: #0700CD;
}
.BgClassName
{
background-color: #0700CD;
}
</style>
border-color css
<style>
span { border-color: #0700CD; }
span { border-color: rgb(7,0,205); }
td.TdClassName
{
border-color: #0700CD;
}
.TagClassName
{
border-color: #0700CD;
}
</style>