Shades of Medium Blue #0705C9
Tints of Medium Blue #0705C9
RGB
CMYK
RGB Variations
Color information
#0705C9 (or 0x0705C9) is known color: Medium Blue. HEX triplet: 07, 05 and C9. RGB value is (7,5,201). Sum of RGB (Red+Green+Blue) = 7+5+201=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 201 (78.91% from 255 or 94.37% from 213); Max value from RGB is 201 - color contains mainly: blue. Hex color #0705C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0705C9 is #F8FA36. Grayscale: #1B1B1B. Windows color (decimal): -16316983 or 13174023. OLE color: 13174023.
HSL color Cylindrical-coordinate representation of color #0705C9: hue angle of 240.61º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0705C9 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 5 | 201 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.21 |
| HSL | 240.61º | 0.95% | 0.4% | - |
| HSV(B) | 240.61º | 0.98% | 0.79% | - |
| XYZ | 10.68 | 4.37 | 55.54 | - |
| YUV | 27.94 | 225.66 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 201 | 0.97 | 0.98 | 0 | 0.21 | 240.61 | 0.95 | 0.4 |
| Hex | 7 | 5 | C9 | 61 | 62 | 0 | 15 | F1 | 5F | 28 |
| Octal | 7 | 5 | 311 | 141 | 142 | 0 | 25 | 361 | 137 | 50 |
| Binary | 111 | 101 | 11001001 | 1100001 | 1100010 | 0 | 10101 | 11110001 | 1011111 | 101000 |
Color Harmonies of #0705C9
Complementary color
Monochromatic Colors of #0705C9
Black with #0705C9
Text Example
Text Example
White with #0705C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0705C9; }
p { color: rgb(7,5,201); }
H1.HeaderClassName
{
color: #0705C9;
}
.AnyTagClassName
{
color: #0705C9;
}
</style>
background-color css
<style>
a { background-color: #0705C9; }
a { background-color: rgb(7,5,201); }
div.DivClassName
{
background-color: #0705C9;
}
.BgClassName
{
background-color: #0705C9;
}
</style>
border-color css
<style>
span { border-color: #0705C9; }
span { border-color: rgb(7,5,201); }
td.TdClassName
{
border-color: #0705C9;
}
.TagClassName
{
border-color: #0705C9;
}
</style>