Shades of Medium Blue #160ADD
Tints of Medium Blue #160ADD
RGB
CMYK
RGB Variations
Color information
#160ADD (or 0x160ADD) is known color: Medium Blue. HEX triplet: 16, 0A and DD. RGB value is (22,10,221). Sum of RGB (Red+Green+Blue) = 22+10+221=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #160ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160ADD is #E9F522. Grayscale: #242424. Windows color (decimal): -15332643 or 14486038. OLE color: 14486038.
HSL color Cylindrical-coordinate representation of color #160ADD: hue angle of 243.41º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160ADD is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 10 | 221 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.13 |
| HSL | 243.41º | 0.91% | 0.45% | - |
| HSV(B) | 243.41º | 0.95% | 0.87% | - |
| XYZ | 13.49 | 5.61 | 68.78 | - |
| YUV | 37.64 | 231.48 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 221 | 0.90 | 0.95 | 0 | 0.13 | 243.41 | 0.91 | 0.45 |
| Hex | 16 | A | DD | 5A | 5F | 0 | D | F3 | 5B | 2D |
| Octal | 26 | 12 | 335 | 132 | 137 | 0 | 15 | 363 | 133 | 55 |
| Binary | 10110 | 1010 | 11011101 | 1011010 | 1011111 | 0 | 1101 | 11110011 | 1011011 | 101101 |
Color Harmonies of #160ADD
Complementary color
Monochromatic Colors of #160ADD
Black with #160ADD
Text Example
Text Example
White with #160ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160ADD; }
p { color: rgb(22,10,221); }
H1.HeaderClassName
{
color: #160ADD;
}
.AnyTagClassName
{
color: #160ADD;
}
</style>
background-color css
<style>
a { background-color: #160ADD; }
a { background-color: rgb(22,10,221); }
div.DivClassName
{
background-color: #160ADD;
}
.BgClassName
{
background-color: #160ADD;
}
</style>
border-color css
<style>
span { border-color: #160ADD; }
span { border-color: rgb(22,10,221); }
td.TdClassName
{
border-color: #160ADD;
}
.TagClassName
{
border-color: #160ADD;
}
</style>