Shades of Medium Blue #071FDB
Tints of Medium Blue #071FDB
RGB
CMYK
RGB Variations
Color information
#071FDB (or 0x071FDB) is known color: Medium Blue. HEX triplet: 07, 1F and DB. RGB value is (7,31,219). Sum of RGB (Red+Green+Blue) = 7+31+219=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #071FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FDB is #F8E024. Grayscale: #2C2C2C. Windows color (decimal): -16310309 or 14360327. OLE color: 14360327.
HSL color Cylindrical-coordinate representation of color #071FDB: hue angle of 233.21º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071FDB is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 31 | 219 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.14 |
| HSL | 233.21º | 0.94% | 0.44% | - |
| HSV(B) | 233.21º | 0.97% | 0.86% | - |
| XYZ | 13.36 | 6.14 | 67.5 | - |
| YUV | 45.26 | 226.05 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 219 | 0.97 | 0.86 | 0 | 0.14 | 233.21 | 0.94 | 0.44 |
| Hex | 7 | 1F | DB | 61 | 56 | 0 | E | E9 | 5E | 2C |
| Octal | 7 | 37 | 333 | 141 | 126 | 0 | 16 | 351 | 136 | 54 |
| Binary | 111 | 11111 | 11011011 | 1100001 | 1010110 | 0 | 1110 | 11101001 | 1011110 | 101100 |
Color Harmonies of #071FDB
Complementary color
Monochromatic Colors of #071FDB
Black with #071FDB
Text Example
Text Example
White with #071FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071FDB; }
p { color: rgb(7,31,219); }
H1.HeaderClassName
{
color: #071FDB;
}
.AnyTagClassName
{
color: #071FDB;
}
</style>
background-color css
<style>
a { background-color: #071FDB; }
a { background-color: rgb(7,31,219); }
div.DivClassName
{
background-color: #071FDB;
}
.BgClassName
{
background-color: #071FDB;
}
</style>
border-color css
<style>
span { border-color: #071FDB; }
span { border-color: rgb(7,31,219); }
td.TdClassName
{
border-color: #071FDB;
}
.TagClassName
{
border-color: #071FDB;
}
</style>