Shades of Medium Blue #071AD0
Tints of Medium Blue #071AD0
RGB
CMYK
RGB Variations
Color information
#071AD0 (or 0x071AD0) is known color: Medium Blue. HEX triplet: 07, 1A and D0. RGB value is (7,26,208). Sum of RGB (Red+Green+Blue) = 7+26+208=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 208 (81.64% from 255 or 86.31% from 241); Max value from RGB is 208 - color contains mainly: blue. Hex color #071AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071AD0 is #F8E52F. Grayscale: #282828. Windows color (decimal): -16311600 or 13638151. OLE color: 13638151.
HSL color Cylindrical-coordinate representation of color #071AD0: hue angle of 234.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071AD0 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 26 | 208 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.18 |
| HSL | 234.33º | 0.93% | 0.42% | - |
| HSV(B) | 234.33º | 0.97% | 0.82% | - |
| XYZ | 11.84 | 5.34 | 60.08 | - |
| YUV | 41.07 | 222.21 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 208 | 0.97 | 0.88 | 0 | 0.18 | 234.33 | 0.93 | 0.42 |
| Hex | 7 | 1A | D0 | 61 | 58 | 0 | 12 | EA | 5D | 2A |
| Octal | 7 | 32 | 320 | 141 | 130 | 0 | 22 | 352 | 135 | 52 |
| Binary | 111 | 11010 | 11010000 | 1100001 | 1011000 | 0 | 10010 | 11101010 | 1011101 | 101010 |
Color Harmonies of #071AD0
Complementary color
Monochromatic Colors of #071AD0
Black with #071AD0
Text Example
Text Example
White with #071AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071AD0; }
p { color: rgb(7,26,208); }
H1.HeaderClassName
{
color: #071AD0;
}
.AnyTagClassName
{
color: #071AD0;
}
</style>
background-color css
<style>
a { background-color: #071AD0; }
a { background-color: rgb(7,26,208); }
div.DivClassName
{
background-color: #071AD0;
}
.BgClassName
{
background-color: #071AD0;
}
</style>
border-color css
<style>
span { border-color: #071AD0; }
span { border-color: rgb(7,26,208); }
td.TdClassName
{
border-color: #071AD0;
}
.TagClassName
{
border-color: #071AD0;
}
</style>