Shades of Persian Blue #1E28DC
Tints of Persian Blue #1E28DC
RGB
CMYK
RGB Variations
Color information
#1E28DC (or 0x1E28DC) is known color: Persian Blue. HEX triplet: 1E, 28 and DC. RGB value is (30,40,220). Sum of RGB (Red+Green+Blue) = 30+40+220=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E28DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E28DC is #E1D723. Grayscale: #383838. Windows color (decimal): -14800676 or 14428190. OLE color: 14428190.
HSL color Cylindrical-coordinate representation of color #1E28DC: hue angle of 236.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E28DC is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 40 | 220 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.14 |
| HSL | 236.84º | 0.76% | 0.49% | - |
| HSV(B) | 236.84º | 0.86% | 0.86% | - |
| XYZ | 14.21 | 6.96 | 68.3 | - |
| YUV | 57.53 | 219.69 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 220 | 0.86 | 0.82 | 0 | 0.14 | 236.84 | 0.76 | 0.49 |
| Hex | 1E | 28 | DC | 56 | 52 | 0 | E | ED | 4C | 31 |
| Octal | 36 | 50 | 334 | 126 | 122 | 0 | 16 | 355 | 114 | 61 |
| Binary | 11110 | 101000 | 11011100 | 1010110 | 1010010 | 0 | 1110 | 11101101 | 1001100 | 110001 |
Color Harmonies of #1E28DC
Complementary color
Monochromatic Colors of #1E28DC
Black with #1E28DC
Text Example
Text Example
White with #1E28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E28DC; }
p { color: rgb(30,40,220); }
H1.HeaderClassName
{
color: #1E28DC;
}
.AnyTagClassName
{
color: #1E28DC;
}
</style>
background-color css
<style>
a { background-color: #1E28DC; }
a { background-color: rgb(30,40,220); }
div.DivClassName
{
background-color: #1E28DC;
}
.BgClassName
{
background-color: #1E28DC;
}
</style>
border-color css
<style>
span { border-color: #1E28DC; }
span { border-color: rgb(30,40,220); }
td.TdClassName
{
border-color: #1E28DC;
}
.TagClassName
{
border-color: #1E28DC;
}
</style>