Shades of Medium Blue #0700CE
Tints of Medium Blue #0700CE
RGB
CMYK
RGB Variations
Color information
#0700CE (or 0x0700CE) is known color: Medium Blue. HEX triplet: 07, 00 and CE. RGB value is (7,0,206). Sum of RGB (Red+Green+Blue) = 7+0+206=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 206 (80.86% from 255 or 96.71% from 213); Max value from RGB is 206 - color contains mainly: blue. Hex color #0700CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700CE is #F8FF31. Grayscale: #181818. Windows color (decimal): -16318258 or 13500423. OLE color: 13500423.
HSL color Cylindrical-coordinate representation of color #0700CE: hue angle of 242.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700CE is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 0 | 206 | - |
| CMYK | 0.97 | 1 | 0 | 0.19 |
| HSL | 242.04º | 1% | 0.4% | - |
| HSV(B) | 242.04º | 1% | 0.81% | - |
| XYZ | 11.23 | 4.5 | 58.67 | - |
| YUV | 25.58 | 229.82 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 206 | 0.97 | 1 | 0 | 0.19 | 242.04 | 1 | 0.4 |
| Hex | 7 | 0 | CE | 61 | 64 | 0 | 13 | F2 | 64 | 28 |
| Octal | 7 | 0 | 316 | 141 | 144 | 0 | 23 | 362 | 144 | 50 |
| Binary | 111 | 0 | 11001110 | 1100001 | 1100100 | 0 | 10011 | 11110010 | 1100100 | 101000 |
Color Harmonies of #0700CE
Complementary color
Monochromatic Colors of #0700CE
Black with #0700CE
Text Example
Text Example
White with #0700CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700CE; }
p { color: rgb(7,0,206); }
H1.HeaderClassName
{
color: #0700CE;
}
.AnyTagClassName
{
color: #0700CE;
}
</style>
background-color css
<style>
a { background-color: #0700CE; }
a { background-color: rgb(7,0,206); }
div.DivClassName
{
background-color: #0700CE;
}
.BgClassName
{
background-color: #0700CE;
}
</style>
border-color css
<style>
span { border-color: #0700CE; }
span { border-color: rgb(7,0,206); }
td.TdClassName
{
border-color: #0700CE;
}
.TagClassName
{
border-color: #0700CE;
}
</style>