Shades of Medium Blue #0700CC
Tints of Medium Blue #0700CC
RGB
CMYK
RGB Variations
Color information
#0700CC (or 0x0700CC) is known color: Medium Blue. HEX triplet: 07, 00 and CC. RGB value is (7,0,204). Sum of RGB (Red+Green+Blue) = 7+0+204=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 204 (80.08% from 255 or 96.68% from 211); Max value from RGB is 204 - color contains mainly: blue. Hex color #0700CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700CC is #F8FF33. Grayscale: #181818. Windows color (decimal): -16318260 or 13369351. OLE color: 13369351.
HSL color Cylindrical-coordinate representation of color #0700CC: hue angle of 242.06º 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 #0700CC is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 0 | 204 | - |
| CMYK | 0.97 | 1 | 0 | 0.2 |
| HSL | 242.06º | 1% | 0.4% | - |
| HSV(B) | 242.06º | 1% | 0.8% | - |
| XYZ | 10.99 | 4.4 | 57.4 | - |
| YUV | 25.35 | 228.82 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 204 | 0.97 | 1 | 0 | 0.2 | 242.06 | 1 | 0.4 |
| Hex | 7 | 0 | CC | 61 | 64 | 0 | 14 | F2 | 64 | 28 |
| Octal | 7 | 0 | 314 | 141 | 144 | 0 | 24 | 362 | 144 | 50 |
| Binary | 111 | 0 | 11001100 | 1100001 | 1100100 | 0 | 10100 | 11110010 | 1100100 | 101000 |
Color Harmonies of #0700CC
Complementary color
Monochromatic Colors of #0700CC
Black with #0700CC
Text Example
Text Example
White with #0700CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700CC; }
p { color: rgb(7,0,204); }
H1.HeaderClassName
{
color: #0700CC;
}
.AnyTagClassName
{
color: #0700CC;
}
</style>
background-color css
<style>
a { background-color: #0700CC; }
a { background-color: rgb(7,0,204); }
div.DivClassName
{
background-color: #0700CC;
}
.BgClassName
{
background-color: #0700CC;
}
</style>
border-color css
<style>
span { border-color: #0700CC; }
span { border-color: rgb(7,0,204); }
td.TdClassName
{
border-color: #0700CC;
}
.TagClassName
{
border-color: #0700CC;
}
</style>