Shades of Blue #0700EC
Tints of Blue #0700EC
RGB
CMYK
RGB Variations
Color information
#0700EC (or 0x0700EC) is known color: Blue. HEX triplet: 07, 00 and EC. RGB value is (7,0,236). Sum of RGB (Red+Green+Blue) = 7+0+236=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 236 (92.58% from 255 or 97.12% from 243); Max value from RGB is 236 - color contains mainly: blue. Hex color #0700EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0700EC is #F8FF13. Grayscale: #1C1C1C. Windows color (decimal): -16318228 or 15466503. OLE color: 15466503.
HSL color Cylindrical-coordinate representation of color #0700EC: hue angle of 241.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700EC is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 0 | 236 | - |
| CMYK | 0.97 | 1 | 0 | 0.07 |
| HSL | 241.78º | 1% | 0.46% | - |
| HSV(B) | 241.78º | 1% | 0.93% | - |
| XYZ | 15.23 | 6.1 | 79.73 | - |
| YUV | 29 | 244.82 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 236 | 0.97 | 1 | 0 | 0.07 | 241.78 | 1 | 0.46 |
| Hex | 7 | 0 | EC | 61 | 64 | 0 | 7 | F2 | 64 | 2E |
| Octal | 7 | 0 | 354 | 141 | 144 | 0 | 7 | 362 | 144 | 56 |
| Binary | 111 | 0 | 11101100 | 1100001 | 1100100 | 0 | 111 | 11110010 | 1100100 | 101110 |
Color Harmonies of #0700EC
Complementary color
Monochromatic Colors of #0700EC
Black with #0700EC
Text Example
Text Example
White with #0700EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700EC; }
p { color: rgb(7,0,236); }
H1.HeaderClassName
{
color: #0700EC;
}
.AnyTagClassName
{
color: #0700EC;
}
</style>
background-color css
<style>
a { background-color: #0700EC; }
a { background-color: rgb(7,0,236); }
div.DivClassName
{
background-color: #0700EC;
}
.BgClassName
{
background-color: #0700EC;
}
</style>
border-color css
<style>
span { border-color: #0700EC; }
span { border-color: rgb(7,0,236); }
td.TdClassName
{
border-color: #0700EC;
}
.TagClassName
{
border-color: #0700EC;
}
</style>