Shades of Medium Blue #0703CB
Tints of Medium Blue #0703CB
RGB
CMYK
RGB Variations
Color information
#0703CB (or 0x0703CB) is known color: Medium Blue. HEX triplet: 07, 03 and CB. RGB value is (7,3,203). Sum of RGB (Red+Green+Blue) = 7+3+203=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 203 (79.69% from 255 or 95.31% from 213); Max value from RGB is 203 - color contains mainly: blue. Hex color #0703CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0703CB is #F8FC34. Grayscale: #1A1A1A. Windows color (decimal): -16317493 or 13304583. OLE color: 13304583.
HSL color Cylindrical-coordinate representation of color #0703CB: hue angle of 241.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0703CB is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 3 | 203 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.20 |
| HSL | 241.2º | 0.97% | 0.4% | - |
| HSV(B) | 241.2º | 0.99% | 0.8% | - |
| XYZ | 10.9 | 4.42 | 56.78 | - |
| YUV | 27 | 227.33 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 203 | 0.97 | 0.99 | 0 | 0.20 | 241.2 | 0.97 | 0.4 |
| Hex | 7 | 3 | CB | 61 | 63 | 0 | 14 | F1 | 61 | 28 |
| Octal | 7 | 3 | 313 | 141 | 143 | 0 | 24 | 361 | 141 | 50 |
| Binary | 111 | 11 | 11001011 | 1100001 | 1100011 | 0 | 10100 | 11110001 | 1100001 | 101000 |
Color Harmonies of #0703CB
Complementary color
Monochromatic Colors of #0703CB
Black with #0703CB
Text Example
Text Example
White with #0703CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703CB; }
p { color: rgb(7,3,203); }
H1.HeaderClassName
{
color: #0703CB;
}
.AnyTagClassName
{
color: #0703CB;
}
</style>
background-color css
<style>
a { background-color: #0703CB; }
a { background-color: rgb(7,3,203); }
div.DivClassName
{
background-color: #0703CB;
}
.BgClassName
{
background-color: #0703CB;
}
</style>
border-color css
<style>
span { border-color: #0703CB; }
span { border-color: rgb(7,3,203); }
td.TdClassName
{
border-color: #0703CB;
}
.TagClassName
{
border-color: #0703CB;
}
</style>