Shades of Medium Blue #2104CE
Tints of Medium Blue #2104CE
RGB
CMYK
RGB Variations
Color information
#2104CE (or 0x2104CE) is known color: Medium Blue. HEX triplet: 21, 04 and CE. RGB value is (33,4,206). Sum of RGB (Red+Green+Blue) = 33+4+206=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #2104CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2104CE is #DEFB31. Grayscale: #222222. Windows color (decimal): -14613298 or 13501473. OLE color: 13501473.
HSL color Cylindrical-coordinate representation of color #2104CE: hue angle of 248.61º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2104CE is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 4 | 206 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.19 |
| HSL | 248.61º | 0.96% | 0.41% | - |
| HSV(B) | 248.61º | 0.98% | 0.81% | - |
| XYZ | 11.81 | 4.87 | 58.71 | - |
| YUV | 35.7 | 224.11 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 206 | 0.84 | 0.98 | 0 | 0.19 | 248.61 | 0.96 | 0.41 |
| Hex | 21 | 4 | CE | 54 | 62 | 0 | 13 | F9 | 60 | 29 |
| Octal | 41 | 4 | 316 | 124 | 142 | 0 | 23 | 371 | 140 | 51 |
| Binary | 100001 | 100 | 11001110 | 1010100 | 1100010 | 0 | 10011 | 11111001 | 1100000 | 101001 |
Color Harmonies of #2104CE
Complementary color
Monochromatic Colors of #2104CE
Black with #2104CE
Text Example
Text Example
White with #2104CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2104CE; }
p { color: rgb(33,4,206); }
H1.HeaderClassName
{
color: #2104CE;
}
.AnyTagClassName
{
color: #2104CE;
}
</style>
background-color css
<style>
a { background-color: #2104CE; }
a { background-color: rgb(33,4,206); }
div.DivClassName
{
background-color: #2104CE;
}
.BgClassName
{
background-color: #2104CE;
}
</style>
border-color css
<style>
span { border-color: #2104CE; }
span { border-color: rgb(33,4,206); }
td.TdClassName
{
border-color: #2104CE;
}
.TagClassName
{
border-color: #2104CE;
}
</style>