Shades of Medium Blue #071CCD
Tints of Medium Blue #071CCD
RGB
CMYK
RGB Variations
Color information
#071CCD (or 0x071CCD) is known color: Medium Blue. HEX triplet: 07, 1C and CD. RGB value is (7,28,205). Sum of RGB (Red+Green+Blue) = 7+28+205=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #071CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CCD is #F8E332. Grayscale: #292929. Windows color (decimal): -16311091 or 13442055. OLE color: 13442055.
HSL color Cylindrical-coordinate representation of color #071CCD: hue angle of 233.64º 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 #071CCD is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 28 | 205 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.20 |
| HSL | 233.64º | 0.93% | 0.42% | - |
| HSV(B) | 233.64º | 0.97% | 0.8% | - |
| XYZ | 11.52 | 5.28 | 58.17 | - |
| YUV | 41.9 | 220.04 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 205 | 0.97 | 0.86 | 0 | 0.20 | 233.64 | 0.93 | 0.42 |
| Hex | 7 | 1C | CD | 61 | 56 | 0 | 14 | EA | 5D | 2A |
| Octal | 7 | 34 | 315 | 141 | 126 | 0 | 24 | 352 | 135 | 52 |
| Binary | 111 | 11100 | 11001101 | 1100001 | 1010110 | 0 | 10100 | 11101010 | 1011101 | 101010 |
Color Harmonies of #071CCD
Complementary color
Monochromatic Colors of #071CCD
Black with #071CCD
Text Example
Text Example
White with #071CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CCD; }
p { color: rgb(7,28,205); }
H1.HeaderClassName
{
color: #071CCD;
}
.AnyTagClassName
{
color: #071CCD;
}
</style>
background-color css
<style>
a { background-color: #071CCD; }
a { background-color: rgb(7,28,205); }
div.DivClassName
{
background-color: #071CCD;
}
.BgClassName
{
background-color: #071CCD;
}
</style>
border-color css
<style>
span { border-color: #071CCD; }
span { border-color: rgb(7,28,205); }
td.TdClassName
{
border-color: #071CCD;
}
.TagClassName
{
border-color: #071CCD;
}
</style>