Shades of Persian Blue #2140DB
Tints of Persian Blue #2140DB
RGB
CMYK
RGB Variations
Color information
#2140DB (or 0x2140DB) is known color: Persian Blue. HEX triplet: 21, 40 and DB. RGB value is (33,64,219). Sum of RGB (Red+Green+Blue) = 33+64+219=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #2140DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140DB is #DEBF24. Grayscale: #474747. Windows color (decimal): -14597925 or 14368801. OLE color: 14368801.
HSL color Cylindrical-coordinate representation of color #2140DB: hue angle of 230º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2140DB is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 64 | 219 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.14 |
| HSL | 230º | 0.74% | 0.49% | - |
| HSV(B) | 230º | 0.85% | 0.86% | - |
| XYZ | 15.25 | 9.1 | 67.97 | - |
| YUV | 72.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 219 | 0.85 | 0.71 | 0 | 0.14 | 230 | 0.74 | 0.49 |
| Hex | 21 | 40 | DB | 55 | 47 | 0 | E | E6 | 4A | 31 |
| Octal | 41 | 100 | 333 | 125 | 107 | 0 | 16 | 346 | 112 | 61 |
| Binary | 100001 | 1000000 | 11011011 | 1010101 | 1000111 | 0 | 1110 | 11100110 | 1001010 | 110001 |
Color Harmonies of #2140DB
Complementary color
Monochromatic Colors of #2140DB
Black with #2140DB
Text Example
Text Example
White with #2140DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140DB; }
p { color: rgb(33,64,219); }
H1.HeaderClassName
{
color: #2140DB;
}
.AnyTagClassName
{
color: #2140DB;
}
</style>
background-color css
<style>
a { background-color: #2140DB; }
a { background-color: rgb(33,64,219); }
div.DivClassName
{
background-color: #2140DB;
}
.BgClassName
{
background-color: #2140DB;
}
</style>
border-color css
<style>
span { border-color: #2140DB; }
span { border-color: rgb(33,64,219); }
td.TdClassName
{
border-color: #2140DB;
}
.TagClassName
{
border-color: #2140DB;
}
</style>