Shades of Blue #0701EB
Tints of Blue #0701EB
RGB
CMYK
RGB Variations
Color information
#0701EB (or 0x0701EB) is known color: Blue. HEX triplet: 07, 01 and EB. RGB value is (7,1,235). Sum of RGB (Red+Green+Blue) = 7+1+235=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 235 (92.19% from 255 or 96.71% from 243); Max value from RGB is 235 - color contains mainly: blue. Hex color #0701EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0701EB is #F8FE14. Grayscale: #1C1C1C. Windows color (decimal): -16317973 or 15401223. OLE color: 15401223.
HSL color Cylindrical-coordinate representation of color #0701EB: hue angle of 241.54º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0701EB is Cyan = 0.97, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 1 | 235 | - |
| CMYK | 0.97 | 1.00 | 0 | 0.08 |
| HSL | 241.54º | 0.99% | 0.46% | - |
| HSV(B) | 241.54º | 1% | 0.92% | - |
| XYZ | 15.09 | 6.07 | 78.97 | - |
| YUV | 29.47 | 243.99 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 235 | 0.97 | 1.00 | 0 | 0.08 | 241.54 | 0.99 | 0.46 |
| Hex | 7 | 1 | EB | 61 | 64 | 0 | 8 | F2 | 63 | 2E |
| Octal | 7 | 1 | 353 | 141 | 144 | 0 | 10 | 362 | 143 | 56 |
| Binary | 111 | 1 | 11101011 | 1100001 | 1100100 | 0 | 1000 | 11110010 | 1100011 | 101110 |
Color Harmonies of #0701EB
Complementary color
Monochromatic Colors of #0701EB
Black with #0701EB
Text Example
Text Example
White with #0701EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0701EB; }
p { color: rgb(7,1,235); }
H1.HeaderClassName
{
color: #0701EB;
}
.AnyTagClassName
{
color: #0701EB;
}
</style>
background-color css
<style>
a { background-color: #0701EB; }
a { background-color: rgb(7,1,235); }
div.DivClassName
{
background-color: #0701EB;
}
.BgClassName
{
background-color: #0701EB;
}
</style>
border-color css
<style>
span { border-color: #0701EB; }
span { border-color: rgb(7,1,235); }
td.TdClassName
{
border-color: #0701EB;
}
.TagClassName
{
border-color: #0701EB;
}
</style>