Shades of Medium Blue #071CDC
Tints of Medium Blue #071CDC
RGB
CMYK
RGB Variations
Color information
#071CDC (or 0x071CDC) is known color: Medium Blue. HEX triplet: 07, 1C and DC. RGB value is (7,28,220). Sum of RGB (Red+Green+Blue) = 7+28+220=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 220 (86.33% from 255 or 86.27% from 255); Max value from RGB is 220 - color contains mainly: blue. Hex color #071CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CDC is #F8E323. Grayscale: #2A2A2A. Windows color (decimal): -16311076 or 14425095. OLE color: 14425095.
HSL color Cylindrical-coordinate representation of color #071CDC: hue angle of 234.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071CDC is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 28 | 220 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.14 |
| HSL | 234.08º | 0.94% | 0.45% | - |
| HSV(B) | 234.08º | 0.97% | 0.86% | - |
| XYZ | 13.42 | 6.04 | 68.17 | - |
| YUV | 43.61 | 227.54 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 220 | 0.97 | 0.87 | 0 | 0.14 | 234.08 | 0.94 | 0.45 |
| Hex | 7 | 1C | DC | 61 | 57 | 0 | E | EA | 5E | 2D |
| Octal | 7 | 34 | 334 | 141 | 127 | 0 | 16 | 352 | 136 | 55 |
| Binary | 111 | 11100 | 11011100 | 1100001 | 1010111 | 0 | 1110 | 11101010 | 1011110 | 101101 |
Color Harmonies of #071CDC
Complementary color
Monochromatic Colors of #071CDC
Black with #071CDC
Text Example
Text Example
White with #071CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CDC; }
p { color: rgb(7,28,220); }
H1.HeaderClassName
{
color: #071CDC;
}
.AnyTagClassName
{
color: #071CDC;
}
</style>
background-color css
<style>
a { background-color: #071CDC; }
a { background-color: rgb(7,28,220); }
div.DivClassName
{
background-color: #071CDC;
}
.BgClassName
{
background-color: #071CDC;
}
</style>
border-color css
<style>
span { border-color: #071CDC; }
span { border-color: rgb(7,28,220); }
td.TdClassName
{
border-color: #071CDC;
}
.TagClassName
{
border-color: #071CDC;
}
</style>