Shades of Medium Blue #070BDF
Tints of Medium Blue #070BDF
RGB
CMYK
RGB Variations
Color information
#070BDF (or 0x070BDF) is known color: Medium Blue. HEX triplet: 07, 0B and DF. RGB value is (7,11,223). Sum of RGB (Red+Green+Blue) = 7+11+223=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #070BDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070BDF is #F8F420. Grayscale: #212121. Windows color (decimal): -16315425 or 14617351. OLE color: 14617351.
HSL color Cylindrical-coordinate representation of color #070BDF: hue angle of 238.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070BDF is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 11 | 223 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.13 |
| HSL | 238.89º | 0.94% | 0.45% | - |
| HSV(B) | 238.89º | 0.97% | 0.87% | - |
| XYZ | 13.53 | 5.61 | 70.18 | - |
| YUV | 33.97 | 234.67 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 223 | 0.97 | 0.95 | 0 | 0.13 | 238.89 | 0.94 | 0.45 |
| Hex | 7 | B | DF | 61 | 5F | 0 | D | EF | 5E | 2D |
| Octal | 7 | 13 | 337 | 141 | 137 | 0 | 15 | 357 | 136 | 55 |
| Binary | 111 | 1011 | 11011111 | 1100001 | 1011111 | 0 | 1101 | 11101111 | 1011110 | 101101 |
Color Harmonies of #070BDF
Complementary color
Monochromatic Colors of #070BDF
Black with #070BDF
Text Example
Text Example
White with #070BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BDF; }
p { color: rgb(7,11,223); }
H1.HeaderClassName
{
color: #070BDF;
}
.AnyTagClassName
{
color: #070BDF;
}
</style>
background-color css
<style>
a { background-color: #070BDF; }
a { background-color: rgb(7,11,223); }
div.DivClassName
{
background-color: #070BDF;
}
.BgClassName
{
background-color: #070BDF;
}
</style>
border-color css
<style>
span { border-color: #070BDF; }
span { border-color: rgb(7,11,223); }
td.TdClassName
{
border-color: #070BDF;
}
.TagClassName
{
border-color: #070BDF;
}
</style>