Shades of Medium Blue #2114D7
Tints of Medium Blue #2114D7
RGB
CMYK
RGB Variations
Color information
#2114D7 (or 0x2114D7) is known color: Medium Blue. HEX triplet: 21, 14 and D7. RGB value is (33,20,215). Sum of RGB (Red+Green+Blue) = 33+20+215=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 215 (84.38% from 255 or 80.22% from 268); Max value from RGB is 215 - color contains mainly: blue. Hex color #2114D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2114D7 is #DEEB28. Grayscale: #2D2D2D. Windows color (decimal): -14609193 or 14095393. OLE color: 14095393.
HSL color Cylindrical-coordinate representation of color #2114D7: hue angle of 244º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2114D7 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 20 | 215 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.16 |
| HSL | 244º | 0.83% | 0.46% | - |
| HSV(B) | 244º | 0.91% | 0.84% | - |
| XYZ | 13.14 | 5.73 | 64.7 | - |
| YUV | 46.12 | 223.31 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 215 | 0.85 | 0.91 | 0 | 0.16 | 244 | 0.83 | 0.46 |
| Hex | 21 | 14 | D7 | 55 | 5B | 0 | 10 | F4 | 53 | 2E |
| Octal | 41 | 24 | 327 | 125 | 133 | 0 | 20 | 364 | 123 | 56 |
| Binary | 100001 | 10100 | 11010111 | 1010101 | 1011011 | 0 | 10000 | 11110100 | 1010011 | 101110 |
Color Harmonies of #2114D7
Complementary color
Monochromatic Colors of #2114D7
Black with #2114D7
Text Example
Text Example
White with #2114D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2114D7; }
p { color: rgb(33,20,215); }
H1.HeaderClassName
{
color: #2114D7;
}
.AnyTagClassName
{
color: #2114D7;
}
</style>
background-color css
<style>
a { background-color: #2114D7; }
a { background-color: rgb(33,20,215); }
div.DivClassName
{
background-color: #2114D7;
}
.BgClassName
{
background-color: #2114D7;
}
</style>
border-color css
<style>
span { border-color: #2114D7; }
span { border-color: rgb(33,20,215); }
td.TdClassName
{
border-color: #2114D7;
}
.TagClassName
{
border-color: #2114D7;
}
</style>