Shades of Medium Blue #2100DF
Tints of Medium Blue #2100DF
RGB
CMYK
RGB Variations
Color information
#2100DF (or 0x2100DF) is known color: Medium Blue. HEX triplet: 21, 00 and DF. RGB value is (33,0,223). Sum of RGB (Red+Green+Blue) = 33+0+223=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #2100DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2100DF is #DEFF20. Grayscale: #222222. Windows color (decimal): -14614305 or 14614561. OLE color: 14614561.
HSL color Cylindrical-coordinate representation of color #2100DF: hue angle of 248.88º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100DF is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 0 | 223 | - |
| CMYK | 0.85 | 1 | 0 | 0.13 |
| HSL | 248.88º | 1% | 0.44% | - |
| HSV(B) | 248.88º | 1% | 0.87% | - |
| XYZ | 13.95 | 5.65 | 70.17 | - |
| YUV | 35.29 | 233.93 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 223 | 0.85 | 1 | 0 | 0.13 | 248.88 | 1 | 0.44 |
| Hex | 21 | 0 | DF | 55 | 64 | 0 | D | F9 | 64 | 2C |
| Octal | 41 | 0 | 337 | 125 | 144 | 0 | 15 | 371 | 144 | 54 |
| Binary | 100001 | 0 | 11011111 | 1010101 | 1100100 | 0 | 1101 | 11111001 | 1100100 | 101100 |
Color Harmonies of #2100DF
Complementary color
Monochromatic Colors of #2100DF
Black with #2100DF
Text Example
Text Example
White with #2100DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100DF; }
p { color: rgb(33,0,223); }
H1.HeaderClassName
{
color: #2100DF;
}
.AnyTagClassName
{
color: #2100DF;
}
</style>
background-color css
<style>
a { background-color: #2100DF; }
a { background-color: rgb(33,0,223); }
div.DivClassName
{
background-color: #2100DF;
}
.BgClassName
{
background-color: #2100DF;
}
</style>
border-color css
<style>
span { border-color: #2100DF; }
span { border-color: rgb(33,0,223); }
td.TdClassName
{
border-color: #2100DF;
}
.TagClassName
{
border-color: #2100DF;
}
</style>