Shades of Medium Blue #2102DF
Tints of Medium Blue #2102DF
RGB
CMYK
RGB Variations
Color information
#2102DF (or 0x2102DF) is known color: Medium Blue. HEX triplet: 21, 02 and DF. RGB value is (33,2,223). Sum of RGB (Red+Green+Blue) = 33+2+223=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #2102DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2102DF is #DEFD20. Grayscale: #232323. Windows color (decimal): -14613793 or 14615073. OLE color: 14615073.
HSL color Cylindrical-coordinate representation of color #2102DF: hue angle of 248.42º degrees, saturation: 0.98, 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 #2102DF is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 2 | 223 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.13 |
| HSL | 248.42º | 0.98% | 0.44% | - |
| HSV(B) | 248.42º | 0.99% | 0.87% | - |
| XYZ | 13.97 | 5.69 | 70.17 | - |
| YUV | 36.46 | 233.27 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 223 | 0.85 | 0.99 | 0 | 0.13 | 248.42 | 0.98 | 0.44 |
| Hex | 21 | 2 | DF | 55 | 63 | 0 | D | F8 | 62 | 2C |
| Octal | 41 | 2 | 337 | 125 | 143 | 0 | 15 | 370 | 142 | 54 |
| Binary | 100001 | 10 | 11011111 | 1010101 | 1100011 | 0 | 1101 | 11111000 | 1100010 | 101100 |
Color Harmonies of #2102DF
Complementary color
Monochromatic Colors of #2102DF
Black with #2102DF
Text Example
Text Example
White with #2102DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2102DF; }
p { color: rgb(33,2,223); }
H1.HeaderClassName
{
color: #2102DF;
}
.AnyTagClassName
{
color: #2102DF;
}
</style>
background-color css
<style>
a { background-color: #2102DF; }
a { background-color: rgb(33,2,223); }
div.DivClassName
{
background-color: #2102DF;
}
.BgClassName
{
background-color: #2102DF;
}
</style>
border-color css
<style>
span { border-color: #2102DF; }
span { border-color: rgb(33,2,223); }
td.TdClassName
{
border-color: #2102DF;
}
.TagClassName
{
border-color: #2102DF;
}
</style>