Shades of Medium Blue #2103D3
Tints of Medium Blue #2103D3
RGB
CMYK
RGB Variations
Color information
#2103D3 (or 0x2103D3) is known color: Medium Blue. HEX triplet: 21, 03 and D3. RGB value is (33,3,211). Sum of RGB (Red+Green+Blue) = 33+3+211=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 211 (82.81% from 255 or 85.43% from 247); Max value from RGB is 211 - color contains mainly: blue. Hex color #2103D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2103D3 is #DEFC2C. Grayscale: #222222. Windows color (decimal): -14613549 or 13828897. OLE color: 13828897.
HSL color Cylindrical-coordinate representation of color #2103D3: hue angle of 248.65º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2103D3 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 3 | 211 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.17 |
| HSL | 248.65º | 0.97% | 0.42% | - |
| HSV(B) | 248.65º | 0.99% | 0.83% | - |
| XYZ | 12.42 | 5.09 | 61.96 | - |
| YUV | 35.68 | 226.94 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 211 | 0.84 | 0.99 | 0 | 0.17 | 248.65 | 0.97 | 0.42 |
| Hex | 21 | 3 | D3 | 54 | 63 | 0 | 11 | F9 | 61 | 2A |
| Octal | 41 | 3 | 323 | 124 | 143 | 0 | 21 | 371 | 141 | 52 |
| Binary | 100001 | 11 | 11010011 | 1010100 | 1100011 | 0 | 10001 | 11111001 | 1100001 | 101010 |
Color Harmonies of #2103D3
Complementary color
Monochromatic Colors of #2103D3
Black with #2103D3
Text Example
Text Example
White with #2103D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2103D3; }
p { color: rgb(33,3,211); }
H1.HeaderClassName
{
color: #2103D3;
}
.AnyTagClassName
{
color: #2103D3;
}
</style>
background-color css
<style>
a { background-color: #2103D3; }
a { background-color: rgb(33,3,211); }
div.DivClassName
{
background-color: #2103D3;
}
.BgClassName
{
background-color: #2103D3;
}
</style>
border-color css
<style>
span { border-color: #2103D3; }
span { border-color: rgb(33,3,211); }
td.TdClassName
{
border-color: #2103D3;
}
.TagClassName
{
border-color: #2103D3;
}
</style>