Shades of Medium Blue #2103D4
Tints of Medium Blue #2103D4
RGB
CMYK
RGB Variations
Color information
#2103D4 (or 0x2103D4) is known color: Medium Blue. HEX triplet: 21, 03 and D4. RGB value is (33,3,212). Sum of RGB (Red+Green+Blue) = 33+3+212=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 212 (83.20% from 255 or 85.48% from 248); Max value from RGB is 212 - color contains mainly: blue. Hex color #2103D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2103D4 is #DEFC2B. Grayscale: #222222. Windows color (decimal): -14613548 or 13894433. OLE color: 13894433.
HSL color Cylindrical-coordinate representation of color #2103D4: hue angle of 248.61º 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 #2103D4 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 3 | 212 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.17 |
| HSL | 248.61º | 0.97% | 0.42% | - |
| HSV(B) | 248.61º | 0.99% | 0.83% | - |
| XYZ | 12.54 | 5.14 | 62.62 | - |
| YUV | 35.8 | 227.44 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 212 | 0.84 | 0.99 | 0 | 0.17 | 248.61 | 0.97 | 0.42 |
| Hex | 21 | 3 | D4 | 54 | 63 | 0 | 11 | F9 | 61 | 2A |
| Octal | 41 | 3 | 324 | 124 | 143 | 0 | 21 | 371 | 141 | 52 |
| Binary | 100001 | 11 | 11010100 | 1010100 | 1100011 | 0 | 10001 | 11111001 | 1100001 | 101010 |
Color Harmonies of #2103D4
Complementary color
Monochromatic Colors of #2103D4
Black with #2103D4
Text Example
Text Example
White with #2103D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2103D4; }
p { color: rgb(33,3,212); }
H1.HeaderClassName
{
color: #2103D4;
}
.AnyTagClassName
{
color: #2103D4;
}
</style>
background-color css
<style>
a { background-color: #2103D4; }
a { background-color: rgb(33,3,212); }
div.DivClassName
{
background-color: #2103D4;
}
.BgClassName
{
background-color: #2103D4;
}
</style>
border-color css
<style>
span { border-color: #2103D4; }
span { border-color: rgb(33,3,212); }
td.TdClassName
{
border-color: #2103D4;
}
.TagClassName
{
border-color: #2103D4;
}
</style>