Shades of Medium Blue #1610DC
Tints of Medium Blue #1610DC
RGB
CMYK
RGB Variations
Color information
#1610DC (or 0x1610DC) is known color: Medium Blue. HEX triplet: 16, 10 and DC. RGB value is (22,16,220). Sum of RGB (Red+Green+Blue) = 22+16+220=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #1610DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1610DC is #E9EF23. Grayscale: #282828. Windows color (decimal): -15331108 or 14422038. OLE color: 14422038.
HSL color Cylindrical-coordinate representation of color #1610DC: hue angle of 241.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1610DC is Cyan = 0.9, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 16 | 220 | - |
| CMYK | 0.9 | 0.93 | 0 | 0.14 |
| HSL | 241.76º | 0.86% | 0.46% | - |
| HSV(B) | 241.76º | 0.93% | 0.86% | - |
| XYZ | 13.43 | 5.71 | 68.1 | - |
| YUV | 41.05 | 228.99 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 220 | 0.9 | 0.93 | 0 | 0.14 | 241.76 | 0.86 | 0.46 |
| Hex | 16 | 10 | DC | 5A | 5D | 0 | E | F2 | 56 | 2E |
| Octal | 26 | 20 | 334 | 132 | 135 | 0 | 16 | 362 | 126 | 56 |
| Binary | 10110 | 10000 | 11011100 | 1011010 | 1011101 | 0 | 1110 | 11110010 | 1010110 | 101110 |
Color Harmonies of #1610DC
Complementary color
Monochromatic Colors of #1610DC
Black with #1610DC
Text Example
Text Example
White with #1610DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1610DC; }
p { color: rgb(22,16,220); }
H1.HeaderClassName
{
color: #1610DC;
}
.AnyTagClassName
{
color: #1610DC;
}
</style>
background-color css
<style>
a { background-color: #1610DC; }
a { background-color: rgb(22,16,220); }
div.DivClassName
{
background-color: #1610DC;
}
.BgClassName
{
background-color: #1610DC;
}
</style>
border-color css
<style>
span { border-color: #1610DC; }
span { border-color: rgb(22,16,220); }
td.TdClassName
{
border-color: #1610DC;
}
.TagClassName
{
border-color: #1610DC;
}
</style>