Shades of Medium Blue #2108DA
Tints of Medium Blue #2108DA
RGB
CMYK
RGB Variations
Color information
#2108DA (or 0x2108DA) is known color: Medium Blue. HEX triplet: 21, 08 and DA. RGB value is (33,8,218). Sum of RGB (Red+Green+Blue) = 33+8+218=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 218 (85.55% from 255 or 84.17% from 259); Max value from RGB is 218 - color contains mainly: blue. Hex color #2108DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2108DA is #DEF725. Grayscale: #262626. Windows color (decimal): -14612262 or 14288929. OLE color: 14288929.
HSL color Cylindrical-coordinate representation of color #2108DA: hue angle of 247.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2108DA is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 8 | 218 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.15 |
| HSL | 247.14º | 0.93% | 0.44% | - |
| HSV(B) | 247.14º | 0.96% | 0.85% | - |
| XYZ | 13.37 | 5.56 | 66.7 | - |
| YUV | 39.42 | 228.78 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 218 | 0.85 | 0.96 | 0 | 0.15 | 247.14 | 0.93 | 0.44 |
| Hex | 21 | 8 | DA | 55 | 60 | 0 | F | F7 | 5D | 2C |
| Octal | 41 | 10 | 332 | 125 | 140 | 0 | 17 | 367 | 135 | 54 |
| Binary | 100001 | 1000 | 11011010 | 1010101 | 1100000 | 0 | 1111 | 11110111 | 1011101 | 101100 |
Color Harmonies of #2108DA
Complementary color
Monochromatic Colors of #2108DA
Black with #2108DA
Text Example
Text Example
White with #2108DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2108DA; }
p { color: rgb(33,8,218); }
H1.HeaderClassName
{
color: #2108DA;
}
.AnyTagClassName
{
color: #2108DA;
}
</style>
background-color css
<style>
a { background-color: #2108DA; }
a { background-color: rgb(33,8,218); }
div.DivClassName
{
background-color: #2108DA;
}
.BgClassName
{
background-color: #2108DA;
}
</style>
border-color css
<style>
span { border-color: #2108DA; }
span { border-color: rgb(33,8,218); }
td.TdClassName
{
border-color: #2108DA;
}
.TagClassName
{
border-color: #2108DA;
}
</style>