Shades of Medium Blue #2102D3
Tints of Medium Blue #2102D3
RGB
CMYK
RGB Variations
Color information
#2102D3 (or 0x2102D3) is known color: Medium Blue. HEX triplet: 21, 02 and D3. RGB value is (33,2,211). Sum of RGB (Red+Green+Blue) = 33+2+211=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 211 (82.81% from 255 or 85.77% from 246); Max value from RGB is 211 - color contains mainly: blue. Hex color #2102D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2102D3 is #DEFD2C. Grayscale: #222222. Windows color (decimal): -14613805 or 13828641. OLE color: 13828641.
HSL color Cylindrical-coordinate representation of color #2102D3: hue angle of 248.9º degrees, saturation: 0.98, 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 #2102D3 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 2 | 211 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.17 |
| HSL | 248.9º | 0.98% | 0.42% | - |
| HSV(B) | 248.9º | 0.99% | 0.83% | - |
| XYZ | 12.41 | 5.07 | 61.95 | - |
| YUV | 35.1 | 227.27 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 211 | 0.84 | 0.99 | 0 | 0.17 | 248.9 | 0.98 | 0.42 |
| Hex | 21 | 2 | D3 | 54 | 63 | 0 | 11 | F9 | 62 | 2A |
| Octal | 41 | 2 | 323 | 124 | 143 | 0 | 21 | 371 | 142 | 52 |
| Binary | 100001 | 10 | 11010011 | 1010100 | 1100011 | 0 | 10001 | 11111001 | 1100010 | 101010 |
Color Harmonies of #2102D3
Complementary color
Monochromatic Colors of #2102D3
Black with #2102D3
Text Example
Text Example
White with #2102D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2102D3; }
p { color: rgb(33,2,211); }
H1.HeaderClassName
{
color: #2102D3;
}
.AnyTagClassName
{
color: #2102D3;
}
</style>
background-color css
<style>
a { background-color: #2102D3; }
a { background-color: rgb(33,2,211); }
div.DivClassName
{
background-color: #2102D3;
}
.BgClassName
{
background-color: #2102D3;
}
</style>
border-color css
<style>
span { border-color: #2102D3; }
span { border-color: rgb(33,2,211); }
td.TdClassName
{
border-color: #2102D3;
}
.TagClassName
{
border-color: #2102D3;
}
</style>