Shades of Medium Blue #2117DB
Tints of Medium Blue #2117DB
RGB
CMYK
RGB Variations
Color information
#2117DB (or 0x2117DB) is known color: Medium Blue. HEX triplet: 21, 17 and DB. RGB value is (33,23,219). Sum of RGB (Red+Green+Blue) = 33+23+219=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #2117DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2117DB is #DEE824. Grayscale: #2F2F2F. Windows color (decimal): -14608421 or 14358305. OLE color: 14358305.
HSL color Cylindrical-coordinate representation of color #2117DB: hue angle of 243.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2117DB is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 23 | 219 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.14 |
| HSL | 243.06º | 0.81% | 0.47% | - |
| HSV(B) | 243.06º | 0.89% | 0.86% | - |
| XYZ | 13.72 | 6.05 | 67.46 | - |
| YUV | 48.33 | 224.31 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 219 | 0.85 | 0.89 | 0 | 0.14 | 243.06 | 0.81 | 0.47 |
| Hex | 21 | 17 | DB | 55 | 59 | 0 | E | F3 | 51 | 2F |
| Octal | 41 | 27 | 333 | 125 | 131 | 0 | 16 | 363 | 121 | 57 |
| Binary | 100001 | 10111 | 11011011 | 1010101 | 1011001 | 0 | 1110 | 11110011 | 1010001 | 101111 |
Color Harmonies of #2117DB
Complementary color
Monochromatic Colors of #2117DB
Black with #2117DB
Text Example
Text Example
White with #2117DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2117DB; }
p { color: rgb(33,23,219); }
H1.HeaderClassName
{
color: #2117DB;
}
.AnyTagClassName
{
color: #2117DB;
}
</style>
background-color css
<style>
a { background-color: #2117DB; }
a { background-color: rgb(33,23,219); }
div.DivClassName
{
background-color: #2117DB;
}
.BgClassName
{
background-color: #2117DB;
}
</style>
border-color css
<style>
span { border-color: #2117DB; }
span { border-color: rgb(33,23,219); }
td.TdClassName
{
border-color: #2117DB;
}
.TagClassName
{
border-color: #2117DB;
}
</style>