Shades of Medium Blue #2104DA
Tints of Medium Blue #2104DA
RGB
CMYK
RGB Variations
Color information
#2104DA (or 0x2104DA) is known color: Medium Blue. HEX triplet: 21, 04 and DA. RGB value is (33,4,218). Sum of RGB (Red+Green+Blue) = 33+4+218=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 218 (85.55% from 255 or 85.49% from 255); Max value from RGB is 218 - color contains mainly: blue. Hex color #2104DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2104DA is #DEFB25. Grayscale: #242424. Windows color (decimal): -14613286 or 14287905. OLE color: 14287905.
HSL color Cylindrical-coordinate representation of color #2104DA: hue angle of 248.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2104DA is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 4 | 218 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.15 |
| HSL | 248.13º | 0.96% | 0.44% | - |
| HSV(B) | 248.13º | 0.98% | 0.85% | - |
| XYZ | 13.33 | 5.47 | 66.68 | - |
| YUV | 37.07 | 230.11 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 218 | 0.85 | 0.98 | 0 | 0.15 | 248.13 | 0.96 | 0.44 |
| Hex | 21 | 4 | DA | 55 | 62 | 0 | F | F8 | 60 | 2C |
| Octal | 41 | 4 | 332 | 125 | 142 | 0 | 17 | 370 | 140 | 54 |
| Binary | 100001 | 100 | 11011010 | 1010101 | 1100010 | 0 | 1111 | 11111000 | 1100000 | 101100 |
Color Harmonies of #2104DA
Complementary color
Monochromatic Colors of #2104DA
Black with #2104DA
Text Example
Text Example
White with #2104DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2104DA; }
p { color: rgb(33,4,218); }
H1.HeaderClassName
{
color: #2104DA;
}
.AnyTagClassName
{
color: #2104DA;
}
</style>
background-color css
<style>
a { background-color: #2104DA; }
a { background-color: rgb(33,4,218); }
div.DivClassName
{
background-color: #2104DA;
}
.BgClassName
{
background-color: #2104DA;
}
</style>
border-color css
<style>
span { border-color: #2104DA; }
span { border-color: rgb(33,4,218); }
td.TdClassName
{
border-color: #2104DA;
}
.TagClassName
{
border-color: #2104DA;
}
</style>