Shades of Medium Blue #071FDC
Tints of Medium Blue #071FDC
RGB
CMYK
RGB Variations
Color information
#071FDC (or 0x071FDC) is known color: Medium Blue. HEX triplet: 07, 1F and DC. RGB value is (7,31,220). Sum of RGB (Red+Green+Blue) = 7+31+220=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #071FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FDC is #F8E023. Grayscale: #2C2C2C. Windows color (decimal): -16310308 or 14425863. OLE color: 14425863.
HSL color Cylindrical-coordinate representation of color #071FDC: hue angle of 233.24º 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 #071FDC is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 31 | 220 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.14 |
| HSL | 233.24º | 0.94% | 0.45% | - |
| HSV(B) | 233.24º | 0.97% | 0.86% | - |
| XYZ | 13.5 | 6.19 | 68.19 | - |
| YUV | 45.37 | 226.55 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 220 | 0.97 | 0.86 | 0 | 0.14 | 233.24 | 0.94 | 0.45 |
| Hex | 7 | 1F | DC | 61 | 56 | 0 | E | E9 | 5E | 2D |
| Octal | 7 | 37 | 334 | 141 | 126 | 0 | 16 | 351 | 136 | 55 |
| Binary | 111 | 11111 | 11011100 | 1100001 | 1010110 | 0 | 1110 | 11101001 | 1011110 | 101101 |
Color Harmonies of #071FDC
Complementary color
Monochromatic Colors of #071FDC
Black with #071FDC
Text Example
Text Example
White with #071FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071FDC; }
p { color: rgb(7,31,220); }
H1.HeaderClassName
{
color: #071FDC;
}
.AnyTagClassName
{
color: #071FDC;
}
</style>
background-color css
<style>
a { background-color: #071FDC; }
a { background-color: rgb(7,31,220); }
div.DivClassName
{
background-color: #071FDC;
}
.BgClassName
{
background-color: #071FDC;
}
</style>
border-color css
<style>
span { border-color: #071FDC; }
span { border-color: rgb(7,31,220); }
td.TdClassName
{
border-color: #071FDC;
}
.TagClassName
{
border-color: #071FDC;
}
</style>