Shades of Medium Blue #070BDB
Tints of Medium Blue #070BDB
RGB
CMYK
RGB Variations
Color information
#070BDB (or 0x070BDB) is known color: Medium Blue. HEX triplet: 07, 0B and DB. RGB value is (7,11,219). Sum of RGB (Red+Green+Blue) = 7+11+219=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 219 (85.94% from 255 or 92.41% from 237); Max value from RGB is 219 - color contains mainly: blue. Hex color #070BDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070BDB is #F8F424. Grayscale: #202020. Windows color (decimal): -16315429 or 14355207. OLE color: 14355207.
HSL color Cylindrical-coordinate representation of color #070BDB: hue angle of 238.87º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070BDB is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 11 | 219 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.14 |
| HSL | 238.87º | 0.94% | 0.44% | - |
| HSV(B) | 238.87º | 0.97% | 0.86% | - |
| XYZ | 12.99 | 5.4 | 67.38 | - |
| YUV | 33.52 | 232.67 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 219 | 0.97 | 0.95 | 0 | 0.14 | 238.87 | 0.94 | 0.44 |
| Hex | 7 | B | DB | 61 | 5F | 0 | E | EF | 5E | 2C |
| Octal | 7 | 13 | 333 | 141 | 137 | 0 | 16 | 357 | 136 | 54 |
| Binary | 111 | 1011 | 11011011 | 1100001 | 1011111 | 0 | 1110 | 11101111 | 1011110 | 101100 |
Color Harmonies of #070BDB
Complementary color
Monochromatic Colors of #070BDB
Black with #070BDB
Text Example
Text Example
White with #070BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BDB; }
p { color: rgb(7,11,219); }
H1.HeaderClassName
{
color: #070BDB;
}
.AnyTagClassName
{
color: #070BDB;
}
</style>
background-color css
<style>
a { background-color: #070BDB; }
a { background-color: rgb(7,11,219); }
div.DivClassName
{
background-color: #070BDB;
}
.BgClassName
{
background-color: #070BDB;
}
</style>
border-color css
<style>
span { border-color: #070BDB; }
span { border-color: rgb(7,11,219); }
td.TdClassName
{
border-color: #070BDB;
}
.TagClassName
{
border-color: #070BDB;
}
</style>