Shades of Medium Blue #2117CC
Tints of Medium Blue #2117CC
RGB
CMYK
RGB Variations
Color information
#2117CC (or 0x2117CC) is known color: Medium Blue. HEX triplet: 21, 17 and CC. RGB value is (33,23,204). Sum of RGB (Red+Green+Blue) = 33+23+204=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #2117CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2117CC is #DEE833. Grayscale: #2D2D2D. Windows color (decimal): -14608436 or 13375265. OLE color: 13375265.
HSL color Cylindrical-coordinate representation of color #2117CC: hue angle of 243.31º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2117CC is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 23 | 204 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.2 |
| HSL | 243.31º | 0.8% | 0.45% | - |
| HSV(B) | 243.31º | 0.89% | 0.8% | - |
| XYZ | 11.83 | 5.3 | 57.53 | - |
| YUV | 46.62 | 216.81 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 204 | 0.84 | 0.89 | 0 | 0.2 | 243.31 | 0.8 | 0.45 |
| Hex | 21 | 17 | CC | 54 | 59 | 0 | 14 | F3 | 50 | 2D |
| Octal | 41 | 27 | 314 | 124 | 131 | 0 | 24 | 363 | 120 | 55 |
| Binary | 100001 | 10111 | 11001100 | 1010100 | 1011001 | 0 | 10100 | 11110011 | 1010000 | 101101 |
Color Harmonies of #2117CC
Complementary color
Monochromatic Colors of #2117CC
Black with #2117CC
Text Example
Text Example
White with #2117CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2117CC; }
p { color: rgb(33,23,204); }
H1.HeaderClassName
{
color: #2117CC;
}
.AnyTagClassName
{
color: #2117CC;
}
</style>
background-color css
<style>
a { background-color: #2117CC; }
a { background-color: rgb(33,23,204); }
div.DivClassName
{
background-color: #2117CC;
}
.BgClassName
{
background-color: #2117CC;
}
</style>
border-color css
<style>
span { border-color: #2117CC; }
span { border-color: rgb(33,23,204); }
td.TdClassName
{
border-color: #2117CC;
}
.TagClassName
{
border-color: #2117CC;
}
</style>