Shades of Medium Blue #070BCD
Tints of Medium Blue #070BCD
RGB
CMYK
RGB Variations
Color information
#070BCD (or 0x070BCD) is known color: Medium Blue. HEX triplet: 07, 0B and CD. RGB value is (7,11,205). Sum of RGB (Red+Green+Blue) = 7+11+205=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 205 (80.47% from 255 or 91.93% from 223); Max value from RGB is 205 - color contains mainly: blue. Hex color #070BCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070BCD is #F8F432. Grayscale: #1F1F1F. Windows color (decimal): -16315443 or 13437703. OLE color: 13437703.
HSL color Cylindrical-coordinate representation of color #070BCD: hue angle of 238.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070BCD is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 11 | 205 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.20 |
| HSL | 238.79º | 0.93% | 0.42% | - |
| HSV(B) | 238.79º | 0.97% | 0.8% | - |
| XYZ | 11.23 | 4.69 | 58.07 | - |
| YUV | 31.92 | 225.67 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 205 | 0.97 | 0.95 | 0 | 0.20 | 238.79 | 0.93 | 0.42 |
| Hex | 7 | B | CD | 61 | 5F | 0 | 14 | EF | 5D | 2A |
| Octal | 7 | 13 | 315 | 141 | 137 | 0 | 24 | 357 | 135 | 52 |
| Binary | 111 | 1011 | 11001101 | 1100001 | 1011111 | 0 | 10100 | 11101111 | 1011101 | 101010 |
Color Harmonies of #070BCD
Complementary color
Monochromatic Colors of #070BCD
Black with #070BCD
Text Example
Text Example
White with #070BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BCD; }
p { color: rgb(7,11,205); }
H1.HeaderClassName
{
color: #070BCD;
}
.AnyTagClassName
{
color: #070BCD;
}
</style>
background-color css
<style>
a { background-color: #070BCD; }
a { background-color: rgb(7,11,205); }
div.DivClassName
{
background-color: #070BCD;
}
.BgClassName
{
background-color: #070BCD;
}
</style>
border-color css
<style>
span { border-color: #070BCD; }
span { border-color: rgb(7,11,205); }
td.TdClassName
{
border-color: #070BCD;
}
.TagClassName
{
border-color: #070BCD;
}
</style>