Shades of Medium Blue #070CCB
Tints of Medium Blue #070CCB
RGB
CMYK
RGB Variations
Color information
#070CCB (or 0x070CCB) is known color: Medium Blue. HEX triplet: 07, 0C and CB. RGB value is (7,12,203). Sum of RGB (Red+Green+Blue) = 7+12+203=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 203 (79.69% from 255 or 91.44% from 222); Max value from RGB is 203 - color contains mainly: blue. Hex color #070CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CCB is #F8F334. Grayscale: #1F1F1F. Windows color (decimal): -16315189 or 13306887. OLE color: 13306887.
HSL color Cylindrical-coordinate representation of color #070CCB: hue angle of 238.47º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070CCB is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 12 | 203 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.20 |
| HSL | 238.47º | 0.93% | 0.41% | - |
| HSV(B) | 238.47º | 0.97% | 0.8% | - |
| XYZ | 11 | 4.62 | 56.81 | - |
| YUV | 32.28 | 224.34 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 203 | 0.97 | 0.94 | 0 | 0.20 | 238.47 | 0.93 | 0.41 |
| Hex | 7 | C | CB | 61 | 5E | 0 | 14 | EE | 5D | 29 |
| Octal | 7 | 14 | 313 | 141 | 136 | 0 | 24 | 356 | 135 | 51 |
| Binary | 111 | 1100 | 11001011 | 1100001 | 1011110 | 0 | 10100 | 11101110 | 1011101 | 101001 |
Color Harmonies of #070CCB
Complementary color
Monochromatic Colors of #070CCB
Black with #070CCB
Text Example
Text Example
White with #070CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CCB; }
p { color: rgb(7,12,203); }
H1.HeaderClassName
{
color: #070CCB;
}
.AnyTagClassName
{
color: #070CCB;
}
</style>
background-color css
<style>
a { background-color: #070CCB; }
a { background-color: rgb(7,12,203); }
div.DivClassName
{
background-color: #070CCB;
}
.BgClassName
{
background-color: #070CCB;
}
</style>
border-color css
<style>
span { border-color: #070CCB; }
span { border-color: rgb(7,12,203); }
td.TdClassName
{
border-color: #070CCB;
}
.TagClassName
{
border-color: #070CCB;
}
</style>