Shades of Medium Blue #2113CE
Tints of Medium Blue #2113CE
RGB
CMYK
RGB Variations
Color information
#2113CE (or 0x2113CE) is known color: Medium Blue. HEX triplet: 21, 13 and CE. RGB value is (33,19,206). Sum of RGB (Red+Green+Blue) = 33+19+206=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #2113CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2113CE is #DEEC31. Grayscale: #2B2B2B. Windows color (decimal): -14609458 or 13505313. OLE color: 13505313.
HSL color Cylindrical-coordinate representation of color #2113CE: hue angle of 244.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2113CE is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 19 | 206 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.19 |
| HSL | 244.49º | 0.83% | 0.44% | - |
| HSV(B) | 244.49º | 0.91% | 0.81% | - |
| XYZ | 12 | 5.25 | 58.77 | - |
| YUV | 44.5 | 219.14 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 206 | 0.84 | 0.91 | 0 | 0.19 | 244.49 | 0.83 | 0.44 |
| Hex | 21 | 13 | CE | 54 | 5B | 0 | 13 | F4 | 53 | 2C |
| Octal | 41 | 23 | 316 | 124 | 133 | 0 | 23 | 364 | 123 | 54 |
| Binary | 100001 | 10011 | 11001110 | 1010100 | 1011011 | 0 | 10011 | 11110100 | 1010011 | 101100 |
Color Harmonies of #2113CE
Complementary color
Monochromatic Colors of #2113CE
Black with #2113CE
Text Example
Text Example
White with #2113CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2113CE; }
p { color: rgb(33,19,206); }
H1.HeaderClassName
{
color: #2113CE;
}
.AnyTagClassName
{
color: #2113CE;
}
</style>
background-color css
<style>
a { background-color: #2113CE; }
a { background-color: rgb(33,19,206); }
div.DivClassName
{
background-color: #2113CE;
}
.BgClassName
{
background-color: #2113CE;
}
</style>
border-color css
<style>
span { border-color: #2113CE; }
span { border-color: rgb(33,19,206); }
td.TdClassName
{
border-color: #2113CE;
}
.TagClassName
{
border-color: #2113CE;
}
</style>