Shades of Persian Blue #2140CE
Tints of Persian Blue #2140CE
RGB
CMYK
RGB Variations
Color information
#2140CE (or 0x2140CE) is known color: Persian Blue. HEX triplet: 21, 40 and CE. RGB value is (33,64,206). Sum of RGB (Red+Green+Blue) = 33+64+206=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #2140CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140CE is #DEBF31. Grayscale: #464646. Windows color (decimal): -14597938 or 13516833. OLE color: 13516833.
HSL color Cylindrical-coordinate representation of color #2140CE: hue angle of 229.25º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2140CE is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 64 | 206 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.19 |
| HSL | 229.25º | 0.72% | 0.47% | - |
| HSV(B) | 229.25º | 0.84% | 0.81% | - |
| XYZ | 13.6 | 8.45 | 59.31 | - |
| YUV | 70.92 | 204.23 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 206 | 0.84 | 0.69 | 0 | 0.19 | 229.25 | 0.72 | 0.47 |
| Hex | 21 | 40 | CE | 54 | 45 | 0 | 13 | E5 | 48 | 2F |
| Octal | 41 | 100 | 316 | 124 | 105 | 0 | 23 | 345 | 110 | 57 |
| Binary | 100001 | 1000000 | 11001110 | 1010100 | 1000101 | 0 | 10011 | 11100101 | 1001000 | 101111 |
Color Harmonies of #2140CE
Complementary color
Monochromatic Colors of #2140CE
Black with #2140CE
Text Example
Text Example
White with #2140CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140CE; }
p { color: rgb(33,64,206); }
H1.HeaderClassName
{
color: #2140CE;
}
.AnyTagClassName
{
color: #2140CE;
}
</style>
background-color css
<style>
a { background-color: #2140CE; }
a { background-color: rgb(33,64,206); }
div.DivClassName
{
background-color: #2140CE;
}
.BgClassName
{
background-color: #2140CE;
}
</style>
border-color css
<style>
span { border-color: #2140CE; }
span { border-color: rgb(33,64,206); }
td.TdClassName
{
border-color: #2140CE;
}
.TagClassName
{
border-color: #2140CE;
}
</style>