Shades of Medium Blue #2100CF
Tints of Medium Blue #2100CF
RGB
CMYK
RGB Variations
Color information
#2100CF (or 0x2100CF) is known color: Medium Blue. HEX triplet: 21, 00 and CF. RGB value is (33,0,207). Sum of RGB (Red+Green+Blue) = 33+0+207=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #2100CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2100CF is #DEFF30. Grayscale: #202020. Windows color (decimal): -14614321 or 13565985. OLE color: 13565985.
HSL color Cylindrical-coordinate representation of color #2100CF: hue angle of 249.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100CF is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 0 | 207 | - |
| CMYK | 0.84 | 1 | 0 | 0.19 |
| HSL | 249.57º | 1% | 0.41% | - |
| HSV(B) | 249.57º | 1% | 0.81% | - |
| XYZ | 11.89 | 4.83 | 59.34 | - |
| YUV | 33.47 | 225.93 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 207 | 0.84 | 1 | 0 | 0.19 | 249.57 | 1 | 0.41 |
| Hex | 21 | 0 | CF | 54 | 64 | 0 | 13 | FA | 64 | 29 |
| Octal | 41 | 0 | 317 | 124 | 144 | 0 | 23 | 372 | 144 | 51 |
| Binary | 100001 | 0 | 11001111 | 1010100 | 1100100 | 0 | 10011 | 11111010 | 1100100 | 101001 |
Color Harmonies of #2100CF
Complementary color
Monochromatic Colors of #2100CF
Black with #2100CF
Text Example
Text Example
White with #2100CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100CF; }
p { color: rgb(33,0,207); }
H1.HeaderClassName
{
color: #2100CF;
}
.AnyTagClassName
{
color: #2100CF;
}
</style>
background-color css
<style>
a { background-color: #2100CF; }
a { background-color: rgb(33,0,207); }
div.DivClassName
{
background-color: #2100CF;
}
.BgClassName
{
background-color: #2100CF;
}
</style>
border-color css
<style>
span { border-color: #2100CF; }
span { border-color: rgb(33,0,207); }
td.TdClassName
{
border-color: #2100CF;
}
.TagClassName
{
border-color: #2100CF;
}
</style>