Shades of Blue #070BE8
Tints of Blue #070BE8
RGB
CMYK
RGB Variations
Color information
#070BE8 (or 0x070BE8) is known color: Blue. HEX triplet: 07, 0B and E8. RGB value is (7,11,232). Sum of RGB (Red+Green+Blue) = 7+11+232=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 232 (91.02% from 255 or 92.8% from 250); Max value from RGB is 232 - color contains mainly: blue. Hex color #070BE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070BE8 is #F8F417. Grayscale: #222222. Windows color (decimal): -16315416 or 15207175. OLE color: 15207175.
HSL color Cylindrical-coordinate representation of color #070BE8: hue angle of 238.93º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070BE8 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 11 | 232 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.09 |
| HSL | 238.93º | 0.94% | 0.47% | - |
| HSV(B) | 238.93º | 0.97% | 0.91% | - |
| XYZ | 14.77 | 6.11 | 76.74 | - |
| YUV | 35 | 239.17 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 232 | 0.97 | 0.95 | 0 | 0.09 | 238.93 | 0.94 | 0.47 |
| Hex | 7 | B | E8 | 61 | 5F | 0 | 9 | EF | 5E | 2F |
| Octal | 7 | 13 | 350 | 141 | 137 | 0 | 11 | 357 | 136 | 57 |
| Binary | 111 | 1011 | 11101000 | 1100001 | 1011111 | 0 | 1001 | 11101111 | 1011110 | 101111 |
Color Harmonies of #070BE8
Complementary color
Monochromatic Colors of #070BE8
Black with #070BE8
Text Example
Text Example
White with #070BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BE8; }
p { color: rgb(7,11,232); }
H1.HeaderClassName
{
color: #070BE8;
}
.AnyTagClassName
{
color: #070BE8;
}
</style>
background-color css
<style>
a { background-color: #070BE8; }
a { background-color: rgb(7,11,232); }
div.DivClassName
{
background-color: #070BE8;
}
.BgClassName
{
background-color: #070BE8;
}
</style>
border-color css
<style>
span { border-color: #070BE8; }
span { border-color: rgb(7,11,232); }
td.TdClassName
{
border-color: #070BE8;
}
.TagClassName
{
border-color: #070BE8;
}
</style>