Shades of Blue #0700EB
Tints of Blue #0700EB
RGB
CMYK
RGB Variations
Color information
#0700EB (or 0x0700EB) is known color: Blue. HEX triplet: 07, 00 and EB. RGB value is (7,0,235). Sum of RGB (Red+Green+Blue) = 7+0+235=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 235 (92.19% from 255 or 97.11% from 242); Max value from RGB is 235 - color contains mainly: blue. Hex color #0700EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0700EB is #F8FF14. Grayscale: #1B1B1B. Windows color (decimal): -16318229 or 15400967. OLE color: 15400967.
HSL color Cylindrical-coordinate representation of color #0700EB: hue angle of 241.79º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700EB is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 0 | 235 | - |
| CMYK | 0.97 | 1 | 0 | 0.08 |
| HSL | 241.79º | 1% | 0.46% | - |
| HSV(B) | 241.79º | 1% | 0.92% | - |
| XYZ | 15.08 | 6.04 | 78.97 | - |
| YUV | 28.88 | 244.32 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 235 | 0.97 | 1 | 0 | 0.08 | 241.79 | 1 | 0.46 |
| Hex | 7 | 0 | EB | 61 | 64 | 0 | 8 | F2 | 64 | 2E |
| Octal | 7 | 0 | 353 | 141 | 144 | 0 | 10 | 362 | 144 | 56 |
| Binary | 111 | 0 | 11101011 | 1100001 | 1100100 | 0 | 1000 | 11110010 | 1100100 | 101110 |
Color Harmonies of #0700EB
Complementary color
Monochromatic Colors of #0700EB
Black with #0700EB
Text Example
Text Example
White with #0700EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700EB; }
p { color: rgb(7,0,235); }
H1.HeaderClassName
{
color: #0700EB;
}
.AnyTagClassName
{
color: #0700EB;
}
</style>
background-color css
<style>
a { background-color: #0700EB; }
a { background-color: rgb(7,0,235); }
div.DivClassName
{
background-color: #0700EB;
}
.BgClassName
{
background-color: #0700EB;
}
</style>
border-color css
<style>
span { border-color: #0700EB; }
span { border-color: rgb(7,0,235); }
td.TdClassName
{
border-color: #0700EB;
}
.TagClassName
{
border-color: #0700EB;
}
</style>