Shades of Medium Blue #071DDD
Tints of Medium Blue #071DDD
RGB
CMYK
RGB Variations
Color information
#071DDD (or 0x071DDD) is known color: Medium Blue. HEX triplet: 07, 1D and DD. RGB value is (7,29,221). Sum of RGB (Red+Green+Blue) = 7+29+221=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #071DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071DDD is #F8E222. Grayscale: #2B2B2B. Windows color (decimal): -16310819 or 14490887. OLE color: 14490887.
HSL color Cylindrical-coordinate representation of color #071DDD: hue angle of 233.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071DDD is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 29 | 221 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.13 |
| HSL | 233.83º | 0.94% | 0.45% | - |
| HSV(B) | 233.83º | 0.97% | 0.87% | - |
| XYZ | 13.58 | 6.14 | 68.88 | - |
| YUV | 44.31 | 227.71 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 221 | 0.97 | 0.87 | 0 | 0.13 | 233.83 | 0.94 | 0.45 |
| Hex | 7 | 1D | DD | 61 | 57 | 0 | D | EA | 5E | 2D |
| Octal | 7 | 35 | 335 | 141 | 127 | 0 | 15 | 352 | 136 | 55 |
| Binary | 111 | 11101 | 11011101 | 1100001 | 1010111 | 0 | 1101 | 11101010 | 1011110 | 101101 |
Color Harmonies of #071DDD
Complementary color
Monochromatic Colors of #071DDD
Black with #071DDD
Text Example
Text Example
White with #071DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071DDD; }
p { color: rgb(7,29,221); }
H1.HeaderClassName
{
color: #071DDD;
}
.AnyTagClassName
{
color: #071DDD;
}
</style>
background-color css
<style>
a { background-color: #071DDD; }
a { background-color: rgb(7,29,221); }
div.DivClassName
{
background-color: #071DDD;
}
.BgClassName
{
background-color: #071DDD;
}
</style>
border-color css
<style>
span { border-color: #071DDD; }
span { border-color: rgb(7,29,221); }
td.TdClassName
{
border-color: #071DDD;
}
.TagClassName
{
border-color: #071DDD;
}
</style>