Shades of Medium Blue #1022DC
Tints of Medium Blue #1022DC
RGB
CMYK
RGB Variations
Color information
#1022DC (or 0x1022DC) is known color: Medium Blue. HEX triplet: 10, 22 and DC. RGB value is (16,34,220). Sum of RGB (Red+Green+Blue) = 16+34+220=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #1022DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1022DC is #EFDD23. Grayscale: #313131. Windows color (decimal): -15719716 or 14426640. OLE color: 14426640.
HSL color Cylindrical-coordinate representation of color #1022DC: hue angle of 234.71º 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 #1022DC is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 34 | 220 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.14 |
| HSL | 234.71º | 0.86% | 0.46% | - |
| HSV(B) | 234.71º | 0.93% | 0.86% | - |
| XYZ | 13.7 | 6.42 | 68.23 | - |
| YUV | 49.82 | 224.04 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 220 | 0.93 | 0.85 | 0 | 0.14 | 234.71 | 0.86 | 0.46 |
| Hex | 10 | 22 | DC | 5D | 55 | 0 | E | EB | 56 | 2E |
| Octal | 20 | 42 | 334 | 135 | 125 | 0 | 16 | 353 | 126 | 56 |
| Binary | 10000 | 100010 | 11011100 | 1011101 | 1010101 | 0 | 1110 | 11101011 | 1010110 | 101110 |
Color Harmonies of #1022DC
Complementary color
Monochromatic Colors of #1022DC
Black with #1022DC
Text Example
Text Example
White with #1022DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1022DC; }
p { color: rgb(16,34,220); }
H1.HeaderClassName
{
color: #1022DC;
}
.AnyTagClassName
{
color: #1022DC;
}
</style>
background-color css
<style>
a { background-color: #1022DC; }
a { background-color: rgb(16,34,220); }
div.DivClassName
{
background-color: #1022DC;
}
.BgClassName
{
background-color: #1022DC;
}
</style>
border-color css
<style>
span { border-color: #1022DC; }
span { border-color: rgb(16,34,220); }
td.TdClassName
{
border-color: #1022DC;
}
.TagClassName
{
border-color: #1022DC;
}
</style>