Shades of Persian Blue #2140ED
Tints of Persian Blue #2140ED
RGB
CMYK
RGB Variations
Color information
#2140ED (or 0x2140ED) is known color: Persian Blue. HEX triplet: 21, 40 and ED. RGB value is (33,64,237). Sum of RGB (Red+Green+Blue) = 33+64+237=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #2140ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2140ED is #DEBF12. Grayscale: #494949. Windows color (decimal): -14597907 or 15548449. OLE color: 15548449.
HSL color Cylindrical-coordinate representation of color #2140ED: hue angle of 230.88º degrees, saturation: 0.85, 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 #2140ED is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 64 | 237 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.07 |
| HSL | 230.88º | 0.85% | 0.53% | - |
| HSV(B) | 230.88º | 0.86% | 0.93% | - |
| XYZ | 17.75 | 10.1 | 81.14 | - |
| YUV | 74.45 | 219.73 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 237 | 0.86 | 0.73 | 0 | 0.07 | 230.88 | 0.85 | 0.53 |
| Hex | 21 | 40 | ED | 56 | 49 | 0 | 7 | E7 | 55 | 35 |
| Octal | 41 | 100 | 355 | 126 | 111 | 0 | 7 | 347 | 125 | 65 |
| Binary | 100001 | 1000000 | 11101101 | 1010110 | 1001001 | 0 | 111 | 11100111 | 1010101 | 110101 |
Color Harmonies of #2140ED
Complementary color
Monochromatic Colors of #2140ED
Black with #2140ED
Text Example
Text Example
White with #2140ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140ED; }
p { color: rgb(33,64,237); }
H1.HeaderClassName
{
color: #2140ED;
}
.AnyTagClassName
{
color: #2140ED;
}
</style>
background-color css
<style>
a { background-color: #2140ED; }
a { background-color: rgb(33,64,237); }
div.DivClassName
{
background-color: #2140ED;
}
.BgClassName
{
background-color: #2140ED;
}
</style>
border-color css
<style>
span { border-color: #2140ED; }
span { border-color: rgb(33,64,237); }
td.TdClassName
{
border-color: #2140ED;
}
.TagClassName
{
border-color: #2140ED;
}
</style>