Shades of Medium Blue #1021DD
Tints of Medium Blue #1021DD
RGB
CMYK
RGB Variations
Color information
#1021DD (or 0x1021DD) is known color: Medium Blue. HEX triplet: 10, 21 and DD. RGB value is (16,33,221). Sum of RGB (Red+Green+Blue) = 16+33+221=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #1021DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1021DD is #EFDE22. Grayscale: #303030. Windows color (decimal): -15719971 or 14491920. OLE color: 14491920.
HSL color Cylindrical-coordinate representation of color #1021DD: hue angle of 235.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1021DD is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 33 | 221 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.13 |
| HSL | 235.02º | 0.86% | 0.46% | - |
| HSV(B) | 235.02º | 0.93% | 0.87% | - |
| XYZ | 13.81 | 6.42 | 68.92 | - |
| YUV | 49.35 | 224.87 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 221 | 0.93 | 0.85 | 0 | 0.13 | 235.02 | 0.86 | 0.46 |
| Hex | 10 | 21 | DD | 5D | 55 | 0 | D | EB | 56 | 2E |
| Octal | 20 | 41 | 335 | 135 | 125 | 0 | 15 | 353 | 126 | 56 |
| Binary | 10000 | 100001 | 11011101 | 1011101 | 1010101 | 0 | 1101 | 11101011 | 1010110 | 101110 |
Color Harmonies of #1021DD
Complementary color
Monochromatic Colors of #1021DD
Black with #1021DD
Text Example
Text Example
White with #1021DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1021DD; }
p { color: rgb(16,33,221); }
H1.HeaderClassName
{
color: #1021DD;
}
.AnyTagClassName
{
color: #1021DD;
}
</style>
background-color css
<style>
a { background-color: #1021DD; }
a { background-color: rgb(16,33,221); }
div.DivClassName
{
background-color: #1021DD;
}
.BgClassName
{
background-color: #1021DD;
}
</style>
border-color css
<style>
span { border-color: #1021DD; }
span { border-color: rgb(16,33,221); }
td.TdClassName
{
border-color: #1021DD;
}
.TagClassName
{
border-color: #1021DD;
}
</style>