Shades of Medium Blue #2103DD
Tints of Medium Blue #2103DD
RGB
CMYK
RGB Variations
Color information
#2103DD (or 0x2103DD) is known color: Medium Blue. HEX triplet: 21, 03 and DD. RGB value is (33,3,221). Sum of RGB (Red+Green+Blue) = 33+3+221=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #2103DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2103DD is #DEFC22. Grayscale: #232323. Windows color (decimal): -14613539 or 14484257. OLE color: 14484257.
HSL color Cylindrical-coordinate representation of color #2103DD: hue angle of 248.26º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2103DD is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 3 | 221 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.13 |
| HSL | 248.26º | 0.97% | 0.44% | - |
| HSV(B) | 248.26º | 0.99% | 0.87% | - |
| XYZ | 13.71 | 5.61 | 68.77 | - |
| YUV | 36.82 | 231.94 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 221 | 0.85 | 0.99 | 0 | 0.13 | 248.26 | 0.97 | 0.44 |
| Hex | 21 | 3 | DD | 55 | 63 | 0 | D | F8 | 61 | 2C |
| Octal | 41 | 3 | 335 | 125 | 143 | 0 | 15 | 370 | 141 | 54 |
| Binary | 100001 | 11 | 11011101 | 1010101 | 1100011 | 0 | 1101 | 11111000 | 1100001 | 101100 |
Color Harmonies of #2103DD
Complementary color
Monochromatic Colors of #2103DD
Black with #2103DD
Text Example
Text Example
White with #2103DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2103DD; }
p { color: rgb(33,3,221); }
H1.HeaderClassName
{
color: #2103DD;
}
.AnyTagClassName
{
color: #2103DD;
}
</style>
background-color css
<style>
a { background-color: #2103DD; }
a { background-color: rgb(33,3,221); }
div.DivClassName
{
background-color: #2103DD;
}
.BgClassName
{
background-color: #2103DD;
}
</style>
border-color css
<style>
span { border-color: #2103DD; }
span { border-color: rgb(33,3,221); }
td.TdClassName
{
border-color: #2103DD;
}
.TagClassName
{
border-color: #2103DD;
}
</style>