Shades of Blue #0706ED
Tints of Blue #0706ED
RGB
CMYK
RGB Variations
Color information
#0706ED (or 0x0706ED) is known color: Blue. HEX triplet: 07, 06 and ED. RGB value is (7,6,237). Sum of RGB (Red+Green+Blue) = 7+6+237=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 237 (92.97% from 255 or 94.8% from 250); Max value from RGB is 237 - color contains mainly: blue. Hex color #0706ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0706ED is #F8F912. Grayscale: #1F1F1F. Windows color (decimal): -16316691 or 15533575. OLE color: 15533575.
HSL color Cylindrical-coordinate representation of color #0706ED: hue angle of 240.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0706ED is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 6 | 237 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.07 |
| HSL | 240.26º | 0.95% | 0.48% | - |
| HSV(B) | 240.26º | 0.97% | 0.93% | - |
| XYZ | 15.44 | 6.29 | 80.52 | - |
| YUV | 32.63 | 243.33 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 237 | 0.97 | 0.97 | 0 | 0.07 | 240.26 | 0.95 | 0.48 |
| Hex | 7 | 6 | ED | 61 | 61 | 0 | 7 | F0 | 5F | 30 |
| Octal | 7 | 6 | 355 | 141 | 141 | 0 | 7 | 360 | 137 | 60 |
| Binary | 111 | 110 | 11101101 | 1100001 | 1100001 | 0 | 111 | 11110000 | 1011111 | 110000 |
Color Harmonies of #0706ED
Complementary color
Monochromatic Colors of #0706ED
Black with #0706ED
Text Example
Text Example
White with #0706ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0706ED; }
p { color: rgb(7,6,237); }
H1.HeaderClassName
{
color: #0706ED;
}
.AnyTagClassName
{
color: #0706ED;
}
</style>
background-color css
<style>
a { background-color: #0706ED; }
a { background-color: rgb(7,6,237); }
div.DivClassName
{
background-color: #0706ED;
}
.BgClassName
{
background-color: #0706ED;
}
</style>
border-color css
<style>
span { border-color: #0706ED; }
span { border-color: rgb(7,6,237); }
td.TdClassName
{
border-color: #0706ED;
}
.TagClassName
{
border-color: #0706ED;
}
</style>