Shades of Medium Blue #2117DF
Tints of Medium Blue #2117DF
RGB
CMYK
RGB Variations
Color information
#2117DF (or 0x2117DF) is known color: Medium Blue. HEX triplet: 21, 17 and DF. RGB value is (33,23,223). Sum of RGB (Red+Green+Blue) = 33+23+223=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #2117DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2117DF is #DEE820. Grayscale: #303030. Windows color (decimal): -14608417 or 14620449. OLE color: 14620449.
HSL color Cylindrical-coordinate representation of color #2117DF: hue angle of 243º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2117DF is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 23 | 223 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.13 |
| HSL | 243º | 0.81% | 0.48% | - |
| HSV(B) | 243º | 0.9% | 0.87% | - |
| XYZ | 14.25 | 6.26 | 70.27 | - |
| YUV | 48.79 | 226.31 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 223 | 0.85 | 0.90 | 0 | 0.13 | 243 | 0.81 | 0.48 |
| Hex | 21 | 17 | DF | 55 | 5A | 0 | D | F3 | 51 | 30 |
| Octal | 41 | 27 | 337 | 125 | 132 | 0 | 15 | 363 | 121 | 60 |
| Binary | 100001 | 10111 | 11011111 | 1010101 | 1011010 | 0 | 1101 | 11110011 | 1010001 | 110000 |
Color Harmonies of #2117DF
Complementary color
Monochromatic Colors of #2117DF
Black with #2117DF
Text Example
Text Example
White with #2117DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2117DF; }
p { color: rgb(33,23,223); }
H1.HeaderClassName
{
color: #2117DF;
}
.AnyTagClassName
{
color: #2117DF;
}
</style>
background-color css
<style>
a { background-color: #2117DF; }
a { background-color: rgb(33,23,223); }
div.DivClassName
{
background-color: #2117DF;
}
.BgClassName
{
background-color: #2117DF;
}
</style>
border-color css
<style>
span { border-color: #2117DF; }
span { border-color: rgb(33,23,223); }
td.TdClassName
{
border-color: #2117DF;
}
.TagClassName
{
border-color: #2117DF;
}
</style>