Shades of Persian Blue #2124DE
Tints of Persian Blue #2124DE
RGB
CMYK
RGB Variations
Color information
#2124DE (or 0x2124DE) is known color: Persian Blue. HEX triplet: 21, 24 and DE. RGB value is (33,36,222). Sum of RGB (Red+Green+Blue) = 33+36+222=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 222 (87.11% from 255 or 76.29% from 291); Max value from RGB is 222 - color contains mainly: blue. Hex color #2124DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2124DE is #DEDB21. Grayscale: #373737. Windows color (decimal): -14605090 or 14558241. OLE color: 14558241.
HSL color Cylindrical-coordinate representation of color #2124DE: hue angle of 239.05º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2124DE is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 36 | 222 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.13 |
| HSL | 239.05º | 0.74% | 0.5% | - |
| HSV(B) | 239.05º | 0.85% | 0.87% | - |
| XYZ | 14.44 | 6.86 | 69.67 | - |
| YUV | 56.31 | 221.51 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 222 | 0.85 | 0.84 | 0 | 0.13 | 239.05 | 0.74 | 0.5 |
| Hex | 21 | 24 | DE | 55 | 54 | 0 | D | EF | 4A | 32 |
| Octal | 41 | 44 | 336 | 125 | 124 | 0 | 15 | 357 | 112 | 62 |
| Binary | 100001 | 100100 | 11011110 | 1010101 | 1010100 | 0 | 1101 | 11101111 | 1001010 | 110010 |
Color Harmonies of #2124DE
Complementary color
Monochromatic Colors of #2124DE
Black with #2124DE
Text Example
Text Example
White with #2124DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2124DE; }
p { color: rgb(33,36,222); }
H1.HeaderClassName
{
color: #2124DE;
}
.AnyTagClassName
{
color: #2124DE;
}
</style>
background-color css
<style>
a { background-color: #2124DE; }
a { background-color: rgb(33,36,222); }
div.DivClassName
{
background-color: #2124DE;
}
.BgClassName
{
background-color: #2124DE;
}
</style>
border-color css
<style>
span { border-color: #2124DE; }
span { border-color: rgb(33,36,222); }
td.TdClassName
{
border-color: #2124DE;
}
.TagClassName
{
border-color: #2124DE;
}
</style>