Shades of Persian Blue #2140CF
Tints of Persian Blue #2140CF
RGB
CMYK
RGB Variations
Color information
#2140CF (or 0x2140CF) is known color: Persian Blue. HEX triplet: 21, 40 and CF. RGB value is (33,64,207). Sum of RGB (Red+Green+Blue) = 33+64+207=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #2140CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140CF is #DEBF30. Grayscale: #464646. Windows color (decimal): -14597937 or 13582369. OLE color: 13582369.
HSL color Cylindrical-coordinate representation of color #2140CF: hue angle of 229.31º degrees, saturation: 0.73, 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 #2140CF is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 64 | 207 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.19 |
| HSL | 229.31º | 0.73% | 0.47% | - |
| HSV(B) | 229.31º | 0.84% | 0.81% | - |
| XYZ | 13.72 | 8.5 | 59.95 | - |
| YUV | 71.03 | 204.73 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 207 | 0.84 | 0.69 | 0 | 0.19 | 229.31 | 0.73 | 0.47 |
| Hex | 21 | 40 | CF | 54 | 45 | 0 | 13 | E5 | 48 | 2F |
| Octal | 41 | 100 | 317 | 124 | 105 | 0 | 23 | 345 | 110 | 57 |
| Binary | 100001 | 1000000 | 11001111 | 1010100 | 1000101 | 0 | 10011 | 11100101 | 1001000 | 101111 |
Color Harmonies of #2140CF
Complementary color
Monochromatic Colors of #2140CF
Black with #2140CF
Text Example
Text Example
White with #2140CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140CF; }
p { color: rgb(33,64,207); }
H1.HeaderClassName
{
color: #2140CF;
}
.AnyTagClassName
{
color: #2140CF;
}
</style>
background-color css
<style>
a { background-color: #2140CF; }
a { background-color: rgb(33,64,207); }
div.DivClassName
{
background-color: #2140CF;
}
.BgClassName
{
background-color: #2140CF;
}
</style>
border-color css
<style>
span { border-color: #2140CF; }
span { border-color: rgb(33,64,207); }
td.TdClassName
{
border-color: #2140CF;
}
.TagClassName
{
border-color: #2140CF;
}
</style>