Shades of Blue #070BED
Tints of Blue #070BED
RGB
CMYK
RGB Variations
Color information
#070BED (or 0x070BED) is known color: Blue. HEX triplet: 07, 0B and ED. RGB value is (7,11,237). Sum of RGB (Red+Green+Blue) = 7+11+237=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 237 (92.97% from 255 or 92.94% from 255); Max value from RGB is 237 - color contains mainly: blue. Hex color #070BED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070BED is #F8F412. Grayscale: #222222. Windows color (decimal): -16315411 or 15534855. OLE color: 15534855.
HSL color Cylindrical-coordinate representation of color #070BED: hue angle of 238.96º degrees, saturation: 0.94, 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 #070BED is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 11 | 237 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.07 |
| HSL | 238.96º | 0.94% | 0.48% | - |
| HSV(B) | 238.96º | 0.97% | 0.93% | - |
| XYZ | 15.49 | 6.4 | 80.54 | - |
| YUV | 35.57 | 241.67 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 237 | 0.97 | 0.95 | 0 | 0.07 | 238.96 | 0.94 | 0.48 |
| Hex | 7 | B | ED | 61 | 5F | 0 | 7 | EF | 5E | 30 |
| Octal | 7 | 13 | 355 | 141 | 137 | 0 | 7 | 357 | 136 | 60 |
| Binary | 111 | 1011 | 11101101 | 1100001 | 1011111 | 0 | 111 | 11101111 | 1011110 | 110000 |
Color Harmonies of #070BED
Complementary color
Monochromatic Colors of #070BED
Black with #070BED
Text Example
Text Example
White with #070BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BED; }
p { color: rgb(7,11,237); }
H1.HeaderClassName
{
color: #070BED;
}
.AnyTagClassName
{
color: #070BED;
}
</style>
background-color css
<style>
a { background-color: #070BED; }
a { background-color: rgb(7,11,237); }
div.DivClassName
{
background-color: #070BED;
}
.BgClassName
{
background-color: #070BED;
}
</style>
border-color css
<style>
span { border-color: #070BED; }
span { border-color: rgb(7,11,237); }
td.TdClassName
{
border-color: #070BED;
}
.TagClassName
{
border-color: #070BED;
}
</style>