Shades of Medium Blue #071ADB
Tints of Medium Blue #071ADB
RGB
CMYK
RGB Variations
Color information
#071ADB (or 0x071ADB) is known color: Medium Blue. HEX triplet: 07, 1A and DB. RGB value is (7,26,219). Sum of RGB (Red+Green+Blue) = 7+26+219=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #071ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ADB is #F8E524. Grayscale: #292929. Windows color (decimal): -16311589 or 14359047. OLE color: 14359047.
HSL color Cylindrical-coordinate representation of color #071ADB: hue angle of 234.62º 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 #071ADB is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 26 | 219 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.14 |
| HSL | 234.62º | 0.94% | 0.44% | - |
| HSV(B) | 234.62º | 0.97% | 0.86% | - |
| XYZ | 13.24 | 5.9 | 67.46 | - |
| YUV | 42.32 | 227.71 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 219 | 0.97 | 0.88 | 0 | 0.14 | 234.62 | 0.94 | 0.44 |
| Hex | 7 | 1A | DB | 61 | 58 | 0 | E | EB | 5E | 2C |
| Octal | 7 | 32 | 333 | 141 | 130 | 0 | 16 | 353 | 136 | 54 |
| Binary | 111 | 11010 | 11011011 | 1100001 | 1011000 | 0 | 1110 | 11101011 | 1011110 | 101100 |
Color Harmonies of #071ADB
Complementary color
Monochromatic Colors of #071ADB
Black with #071ADB
Text Example
Text Example
White with #071ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071ADB; }
p { color: rgb(7,26,219); }
H1.HeaderClassName
{
color: #071ADB;
}
.AnyTagClassName
{
color: #071ADB;
}
</style>
background-color css
<style>
a { background-color: #071ADB; }
a { background-color: rgb(7,26,219); }
div.DivClassName
{
background-color: #071ADB;
}
.BgClassName
{
background-color: #071ADB;
}
</style>
border-color css
<style>
span { border-color: #071ADB; }
span { border-color: rgb(7,26,219); }
td.TdClassName
{
border-color: #071ADB;
}
.TagClassName
{
border-color: #071ADB;
}
</style>