Shades of Persian Blue #1C21DD
Tints of Persian Blue #1C21DD
RGB
CMYK
RGB Variations
Color information
#1C21DD (or 0x1C21DD) is known color: Persian Blue. HEX triplet: 1C, 21 and DD. RGB value is (28,33,221). Sum of RGB (Red+Green+Blue) = 28+33+221=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C21DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C21DD is #E3DE22. Grayscale: #343434. Windows color (decimal): -14933539 or 14491932. OLE color: 14491932.
HSL color Cylindrical-coordinate representation of color #1C21DD: hue angle of 238.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C21DD is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 33 | 221 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.13 |
| HSL | 238.45º | 0.78% | 0.49% | - |
| HSV(B) | 238.45º | 0.87% | 0.87% | - |
| XYZ | 14.07 | 6.56 | 68.93 | - |
| YUV | 52.94 | 222.84 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 221 | 0.87 | 0.85 | 0 | 0.13 | 238.45 | 0.78 | 0.49 |
| Hex | 1C | 21 | DD | 57 | 55 | 0 | D | EE | 4E | 31 |
| Octal | 34 | 41 | 335 | 127 | 125 | 0 | 15 | 356 | 116 | 61 |
| Binary | 11100 | 100001 | 11011101 | 1010111 | 1010101 | 0 | 1101 | 11101110 | 1001110 | 110001 |
Color Harmonies of #1C21DD
Complementary color
Monochromatic Colors of #1C21DD
Black with #1C21DD
Text Example
Text Example
White with #1C21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C21DD; }
p { color: rgb(28,33,221); }
H1.HeaderClassName
{
color: #1C21DD;
}
.AnyTagClassName
{
color: #1C21DD;
}
</style>
background-color css
<style>
a { background-color: #1C21DD; }
a { background-color: rgb(28,33,221); }
div.DivClassName
{
background-color: #1C21DD;
}
.BgClassName
{
background-color: #1C21DD;
}
</style>
border-color css
<style>
span { border-color: #1C21DD; }
span { border-color: rgb(28,33,221); }
td.TdClassName
{
border-color: #1C21DD;
}
.TagClassName
{
border-color: #1C21DD;
}
</style>