Shades of Blue #0706EE
Tints of Blue #0706EE
RGB
CMYK
RGB Variations
Color information
#0706EE (or 0x0706EE) is known color: Blue. HEX triplet: 07, 06 and EE. RGB value is (7,6,238). Sum of RGB (Red+Green+Blue) = 7+6+238=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 238 (93.36% from 255 or 94.82% from 251); Max value from RGB is 238 - color contains mainly: blue. Hex color #0706EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0706EE is #F8F911. Grayscale: #1F1F1F. Windows color (decimal): -16316690 or 15599111. OLE color: 15599111.
HSL color Cylindrical-coordinate representation of color #0706EE: 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 #0706EE is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 6 | 238 | - |
| 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.59 | 6.35 | 81.29 | - |
| YUV | 32.75 | 243.83 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 238 | 0.97 | 0.97 | 0 | 0.07 | 240.26 | 0.95 | 0.48 |
| Hex | 7 | 6 | EE | 61 | 61 | 0 | 7 | F0 | 5F | 30 |
| Octal | 7 | 6 | 356 | 141 | 141 | 0 | 7 | 360 | 137 | 60 |
| Binary | 111 | 110 | 11101110 | 1100001 | 1100001 | 0 | 111 | 11110000 | 1011111 | 110000 |
Color Harmonies of #0706EE
Complementary color
Monochromatic Colors of #0706EE
Black with #0706EE
Text Example
Text Example
White with #0706EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0706EE; }
p { color: rgb(7,6,238); }
H1.HeaderClassName
{
color: #0706EE;
}
.AnyTagClassName
{
color: #0706EE;
}
</style>
background-color css
<style>
a { background-color: #0706EE; }
a { background-color: rgb(7,6,238); }
div.DivClassName
{
background-color: #0706EE;
}
.BgClassName
{
background-color: #0706EE;
}
</style>
border-color css
<style>
span { border-color: #0706EE; }
span { border-color: rgb(7,6,238); }
td.TdClassName
{
border-color: #0706EE;
}
.TagClassName
{
border-color: #0706EE;
}
</style>