Shades of Medium Blue #2104CF
Tints of Medium Blue #2104CF
RGB
CMYK
RGB Variations
Color information
#2104CF (or 0x2104CF) is known color: Medium Blue. HEX triplet: 21, 04 and CF. RGB value is (33,4,207). Sum of RGB (Red+Green+Blue) = 33+4+207=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #2104CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2104CF is #DEFB30. Grayscale: #232323. Windows color (decimal): -14613297 or 13567009. OLE color: 13567009.
HSL color Cylindrical-coordinate representation of color #2104CF: hue angle of 248.57º 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 #2104CF is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 4 | 207 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.19 |
| HSL | 248.57º | 0.96% | 0.41% | - |
| HSV(B) | 248.57º | 0.98% | 0.81% | - |
| XYZ | 11.93 | 4.92 | 59.35 | - |
| YUV | 35.81 | 224.61 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 207 | 0.84 | 0.98 | 0 | 0.19 | 248.57 | 0.96 | 0.41 |
| Hex | 21 | 4 | CF | 54 | 62 | 0 | 13 | F9 | 60 | 29 |
| Octal | 41 | 4 | 317 | 124 | 142 | 0 | 23 | 371 | 140 | 51 |
| Binary | 100001 | 100 | 11001111 | 1010100 | 1100010 | 0 | 10011 | 11111001 | 1100000 | 101001 |
Color Harmonies of #2104CF
Complementary color
Monochromatic Colors of #2104CF
Black with #2104CF
Text Example
Text Example
White with #2104CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2104CF; }
p { color: rgb(33,4,207); }
H1.HeaderClassName
{
color: #2104CF;
}
.AnyTagClassName
{
color: #2104CF;
}
</style>
background-color css
<style>
a { background-color: #2104CF; }
a { background-color: rgb(33,4,207); }
div.DivClassName
{
background-color: #2104CF;
}
.BgClassName
{
background-color: #2104CF;
}
</style>
border-color css
<style>
span { border-color: #2104CF; }
span { border-color: rgb(33,4,207); }
td.TdClassName
{
border-color: #2104CF;
}
.TagClassName
{
border-color: #2104CF;
}
</style>