Shades of Medium Blue #071AD6
Tints of Medium Blue #071AD6
RGB
CMYK
RGB Variations
Color information
#071AD6 (or 0x071AD6) is known color: Medium Blue. HEX triplet: 07, 1A and D6. RGB value is (7,26,214). Sum of RGB (Red+Green+Blue) = 7+26+214=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 214 (83.98% from 255 or 86.64% from 247); Max value from RGB is 214 - color contains mainly: blue. Hex color #071AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071AD6 is #F8E529. Grayscale: #282828. Windows color (decimal): -16311594 or 14031367. OLE color: 14031367.
HSL color Cylindrical-coordinate representation of color #071AD6: hue angle of 234.49º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071AD6 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 26 | 214 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.16 |
| HSL | 234.49º | 0.94% | 0.43% | - |
| HSV(B) | 234.49º | 0.97% | 0.84% | - |
| XYZ | 12.59 | 5.64 | 64.04 | - |
| YUV | 41.75 | 225.21 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 214 | 0.97 | 0.88 | 0 | 0.16 | 234.49 | 0.94 | 0.43 |
| Hex | 7 | 1A | D6 | 61 | 58 | 0 | 10 | EA | 5E | 2B |
| Octal | 7 | 32 | 326 | 141 | 130 | 0 | 20 | 352 | 136 | 53 |
| Binary | 111 | 11010 | 11010110 | 1100001 | 1011000 | 0 | 10000 | 11101010 | 1011110 | 101011 |
Color Harmonies of #071AD6
Complementary color
Monochromatic Colors of #071AD6
Black with #071AD6
Text Example
Text Example
White with #071AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071AD6; }
p { color: rgb(7,26,214); }
H1.HeaderClassName
{
color: #071AD6;
}
.AnyTagClassName
{
color: #071AD6;
}
</style>
background-color css
<style>
a { background-color: #071AD6; }
a { background-color: rgb(7,26,214); }
div.DivClassName
{
background-color: #071AD6;
}
.BgClassName
{
background-color: #071AD6;
}
</style>
border-color css
<style>
span { border-color: #071AD6; }
span { border-color: rgb(7,26,214); }
td.TdClassName
{
border-color: #071AD6;
}
.TagClassName
{
border-color: #071AD6;
}
</style>