Shades of Persian Blue #2140EC
Tints of Persian Blue #2140EC
RGB
CMYK
RGB Variations
Color information
#2140EC (or 0x2140EC) is known color: Persian Blue. HEX triplet: 21, 40 and EC. RGB value is (33,64,236). Sum of RGB (Red+Green+Blue) = 33+64+236=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #2140EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2140EC is #DEBF13. Grayscale: #494949. Windows color (decimal): -14597908 or 15482913. OLE color: 15482913.
HSL color Cylindrical-coordinate representation of color #2140EC: hue angle of 230.84º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2140EC is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 64 | 236 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.07 |
| HSL | 230.84º | 0.84% | 0.53% | - |
| HSV(B) | 230.84º | 0.86% | 0.93% | - |
| XYZ | 17.6 | 10.05 | 80.37 | - |
| YUV | 74.34 | 219.23 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 236 | 0.86 | 0.73 | 0 | 0.07 | 230.84 | 0.84 | 0.53 |
| Hex | 21 | 40 | EC | 56 | 49 | 0 | 7 | E7 | 54 | 35 |
| Octal | 41 | 100 | 354 | 126 | 111 | 0 | 7 | 347 | 124 | 65 |
| Binary | 100001 | 1000000 | 11101100 | 1010110 | 1001001 | 0 | 111 | 11100111 | 1010100 | 110101 |
Color Harmonies of #2140EC
Complementary color
Monochromatic Colors of #2140EC
Black with #2140EC
Text Example
Text Example
White with #2140EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140EC; }
p { color: rgb(33,64,236); }
H1.HeaderClassName
{
color: #2140EC;
}
.AnyTagClassName
{
color: #2140EC;
}
</style>
background-color css
<style>
a { background-color: #2140EC; }
a { background-color: rgb(33,64,236); }
div.DivClassName
{
background-color: #2140EC;
}
.BgClassName
{
background-color: #2140EC;
}
</style>
border-color css
<style>
span { border-color: #2140EC; }
span { border-color: rgb(33,64,236); }
td.TdClassName
{
border-color: #2140EC;
}
.TagClassName
{
border-color: #2140EC;
}
</style>