Shades of Persian Blue #2140EA
Tints of Persian Blue #2140EA
RGB
CMYK
RGB Variations
Color information
#2140EA (or 0x2140EA) is known color: Persian Blue. HEX triplet: 21, 40 and EA. RGB value is (33,64,234). Sum of RGB (Red+Green+Blue) = 33+64+234=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #2140EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2140EA is #DEBF15. Grayscale: #494949. Windows color (decimal): -14597910 or 15351841. OLE color: 15351841.
HSL color Cylindrical-coordinate representation of color #2140EA: hue angle of 230.75º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2140EA is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 64 | 234 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.08 |
| HSL | 230.75º | 0.83% | 0.52% | - |
| HSV(B) | 230.75º | 0.86% | 0.92% | - |
| XYZ | 17.31 | 9.93 | 78.85 | - |
| YUV | 74.11 | 218.23 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 234 | 0.86 | 0.73 | 0 | 0.08 | 230.75 | 0.83 | 0.52 |
| Hex | 21 | 40 | EA | 56 | 49 | 0 | 8 | E7 | 53 | 34 |
| Octal | 41 | 100 | 352 | 126 | 111 | 0 | 10 | 347 | 123 | 64 |
| Binary | 100001 | 1000000 | 11101010 | 1010110 | 1001001 | 0 | 1000 | 11100111 | 1010011 | 110100 |
Color Harmonies of #2140EA
Complementary color
Monochromatic Colors of #2140EA
Black with #2140EA
Text Example
Text Example
White with #2140EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140EA; }
p { color: rgb(33,64,234); }
H1.HeaderClassName
{
color: #2140EA;
}
.AnyTagClassName
{
color: #2140EA;
}
</style>
background-color css
<style>
a { background-color: #2140EA; }
a { background-color: rgb(33,64,234); }
div.DivClassName
{
background-color: #2140EA;
}
.BgClassName
{
background-color: #2140EA;
}
</style>
border-color css
<style>
span { border-color: #2140EA; }
span { border-color: rgb(33,64,234); }
td.TdClassName
{
border-color: #2140EA;
}
.TagClassName
{
border-color: #2140EA;
}
</style>