Shades of Medium Blue #071ADD
Tints of Medium Blue #071ADD
RGB
CMYK
RGB Variations
Color information
#071ADD (or 0x071ADD) is known color: Medium Blue. HEX triplet: 07, 1A and DD. RGB value is (7,26,221). Sum of RGB (Red+Green+Blue) = 7+26+221=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #071ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ADD is #F8E522. Grayscale: #292929. Windows color (decimal): -16311587 or 14490119. OLE color: 14490119.
HSL color Cylindrical-coordinate representation of color #071ADD: hue angle of 234.67º 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 #071ADD is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 26 | 221 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.13 |
| HSL | 234.67º | 0.94% | 0.45% | - |
| HSV(B) | 234.67º | 0.97% | 0.87% | - |
| XYZ | 13.51 | 6 | 68.85 | - |
| YUV | 42.55 | 228.71 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 221 | 0.97 | 0.88 | 0 | 0.13 | 234.67 | 0.94 | 0.45 |
| Hex | 7 | 1A | DD | 61 | 58 | 0 | D | EB | 5E | 2D |
| Octal | 7 | 32 | 335 | 141 | 130 | 0 | 15 | 353 | 136 | 55 |
| Binary | 111 | 11010 | 11011101 | 1100001 | 1011000 | 0 | 1101 | 11101011 | 1011110 | 101101 |
Color Harmonies of #071ADD
Complementary color
Monochromatic Colors of #071ADD
Black with #071ADD
Text Example
Text Example
White with #071ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071ADD; }
p { color: rgb(7,26,221); }
H1.HeaderClassName
{
color: #071ADD;
}
.AnyTagClassName
{
color: #071ADD;
}
</style>
background-color css
<style>
a { background-color: #071ADD; }
a { background-color: rgb(7,26,221); }
div.DivClassName
{
background-color: #071ADD;
}
.BgClassName
{
background-color: #071ADD;
}
</style>
border-color css
<style>
span { border-color: #071ADD; }
span { border-color: rgb(7,26,221); }
td.TdClassName
{
border-color: #071ADD;
}
.TagClassName
{
border-color: #071ADD;
}
</style>