Shades of Medium Blue #2107DA
Tints of Medium Blue #2107DA
RGB
CMYK
RGB Variations
Color information
#2107DA (or 0x2107DA) is known color: Medium Blue. HEX triplet: 21, 07 and DA. RGB value is (33,7,218). Sum of RGB (Red+Green+Blue) = 33+7+218=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 218 (85.55% from 255 or 84.50% from 258); Max value from RGB is 218 - color contains mainly: blue. Hex color #2107DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2107DA is #DEF825. Grayscale: #262626. Windows color (decimal): -14612518 or 14288673. OLE color: 14288673.
HSL color Cylindrical-coordinate representation of color #2107DA: hue angle of 247.39º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2107DA is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 7 | 218 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.15 |
| HSL | 247.39º | 0.94% | 0.44% | - |
| HSV(B) | 247.39º | 0.97% | 0.85% | - |
| XYZ | 13.36 | 5.54 | 66.69 | - |
| YUV | 38.83 | 229.11 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 218 | 0.85 | 0.97 | 0 | 0.15 | 247.39 | 0.94 | 0.44 |
| Hex | 21 | 7 | DA | 55 | 61 | 0 | F | F7 | 5E | 2C |
| Octal | 41 | 7 | 332 | 125 | 141 | 0 | 17 | 367 | 136 | 54 |
| Binary | 100001 | 111 | 11011010 | 1010101 | 1100001 | 0 | 1111 | 11110111 | 1011110 | 101100 |
Color Harmonies of #2107DA
Complementary color
Monochromatic Colors of #2107DA
Black with #2107DA
Text Example
Text Example
White with #2107DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107DA; }
p { color: rgb(33,7,218); }
H1.HeaderClassName
{
color: #2107DA;
}
.AnyTagClassName
{
color: #2107DA;
}
</style>
background-color css
<style>
a { background-color: #2107DA; }
a { background-color: rgb(33,7,218); }
div.DivClassName
{
background-color: #2107DA;
}
.BgClassName
{
background-color: #2107DA;
}
</style>
border-color css
<style>
span { border-color: #2107DA; }
span { border-color: rgb(33,7,218); }
td.TdClassName
{
border-color: #2107DA;
}
.TagClassName
{
border-color: #2107DA;
}
</style>