Shades of Medium Blue #071FC5
Tints of Medium Blue #071FC5
RGB
CMYK
RGB Variations
Color information
#071FC5 (or 0x071FC5) is known color: Medium Blue. HEX triplet: 07, 1F and C5. RGB value is (7,31,197). Sum of RGB (Red+Green+Blue) = 7+31+197=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 197 (77.34% from 255 or 83.83% from 235); Max value from RGB is 197 - color contains mainly: blue. Hex color #071FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FC5 is #F8E03A. Grayscale: #2A2A2A. Windows color (decimal): -16310331 or 12918535. OLE color: 12918535.
HSL color Cylindrical-coordinate representation of color #071FC5: hue angle of 232.42º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071FC5 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 31 | 197 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.23 |
| HSL | 232.42º | 0.93% | 0.4% | - |
| HSV(B) | 232.42º | 0.96% | 0.77% | - |
| XYZ | 10.66 | 5.06 | 53.24 | - |
| YUV | 42.75 | 215.05 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 197 | 0.96 | 0.84 | 0 | 0.23 | 232.42 | 0.93 | 0.4 |
| Hex | 7 | 1F | C5 | 60 | 54 | 0 | 17 | E8 | 5D | 28 |
| Octal | 7 | 37 | 305 | 140 | 124 | 0 | 27 | 350 | 135 | 50 |
| Binary | 111 | 11111 | 11000101 | 1100000 | 1010100 | 0 | 10111 | 11101000 | 1011101 | 101000 |
Color Harmonies of #071FC5
Complementary color
Monochromatic Colors of #071FC5
Black with #071FC5
Text Example
Text Example
White with #071FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071FC5; }
p { color: rgb(7,31,197); }
H1.HeaderClassName
{
color: #071FC5;
}
.AnyTagClassName
{
color: #071FC5;
}
</style>
background-color css
<style>
a { background-color: #071FC5; }
a { background-color: rgb(7,31,197); }
div.DivClassName
{
background-color: #071FC5;
}
.BgClassName
{
background-color: #071FC5;
}
</style>
border-color css
<style>
span { border-color: #071FC5; }
span { border-color: rgb(7,31,197); }
td.TdClassName
{
border-color: #071FC5;
}
.TagClassName
{
border-color: #071FC5;
}
</style>