Shades of Medium Blue #1022DB
Tints of Medium Blue #1022DB
RGB
CMYK
RGB Variations
Color information
#1022DB (or 0x1022DB) is known color: Medium Blue. HEX triplet: 10, 22 and DB. RGB value is (16,34,219). Sum of RGB (Red+Green+Blue) = 16+34+219=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #1022DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1022DB is #EFDD24. Grayscale: #303030. Windows color (decimal): -15719717 or 14361104. OLE color: 14361104.
HSL color Cylindrical-coordinate representation of color #1022DB: hue angle of 234.68º 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 #1022DB is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 34 | 219 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.14 |
| HSL | 234.68º | 0.86% | 0.46% | - |
| HSV(B) | 234.68º | 0.93% | 0.86% | - |
| XYZ | 13.57 | 6.37 | 67.53 | - |
| YUV | 49.71 | 223.54 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 219 | 0.93 | 0.84 | 0 | 0.14 | 234.68 | 0.86 | 0.46 |
| Hex | 10 | 22 | DB | 5D | 54 | 0 | E | EB | 56 | 2E |
| Octal | 20 | 42 | 333 | 135 | 124 | 0 | 16 | 353 | 126 | 56 |
| Binary | 10000 | 100010 | 11011011 | 1011101 | 1010100 | 0 | 1110 | 11101011 | 1010110 | 101110 |
Color Harmonies of #1022DB
Complementary color
Monochromatic Colors of #1022DB
Black with #1022DB
Text Example
Text Example
White with #1022DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1022DB; }
p { color: rgb(16,34,219); }
H1.HeaderClassName
{
color: #1022DB;
}
.AnyTagClassName
{
color: #1022DB;
}
</style>
background-color css
<style>
a { background-color: #1022DB; }
a { background-color: rgb(16,34,219); }
div.DivClassName
{
background-color: #1022DB;
}
.BgClassName
{
background-color: #1022DB;
}
</style>
border-color css
<style>
span { border-color: #1022DB; }
span { border-color: rgb(16,34,219); }
td.TdClassName
{
border-color: #1022DB;
}
.TagClassName
{
border-color: #1022DB;
}
</style>