Shades of Persian Blue #1E28DB
Tints of Persian Blue #1E28DB
RGB
CMYK
RGB Variations
Color information
#1E28DB (or 0x1E28DB) is known color: Persian Blue. HEX triplet: 1E, 28 and DB. RGB value is (30,40,219). Sum of RGB (Red+Green+Blue) = 30+40+219=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E28DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E28DB is #E1D724. Grayscale: #383838. Windows color (decimal): -14800677 or 14362654. OLE color: 14362654.
HSL color Cylindrical-coordinate representation of color #1E28DB: hue angle of 236.83º 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 #1E28DB is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 40 | 219 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.14 |
| HSL | 236.83º | 0.76% | 0.49% | - |
| HSV(B) | 236.83º | 0.86% | 0.86% | - |
| XYZ | 14.08 | 6.91 | 67.61 | - |
| YUV | 57.42 | 219.19 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 219 | 0.86 | 0.82 | 0 | 0.14 | 236.83 | 0.76 | 0.49 |
| Hex | 1E | 28 | DB | 56 | 52 | 0 | E | ED | 4C | 31 |
| Octal | 36 | 50 | 333 | 126 | 122 | 0 | 16 | 355 | 114 | 61 |
| Binary | 11110 | 101000 | 11011011 | 1010110 | 1010010 | 0 | 1110 | 11101101 | 1001100 | 110001 |
Color Harmonies of #1E28DB
Complementary color
Monochromatic Colors of #1E28DB
Black with #1E28DB
Text Example
Text Example
White with #1E28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E28DB; }
p { color: rgb(30,40,219); }
H1.HeaderClassName
{
color: #1E28DB;
}
.AnyTagClassName
{
color: #1E28DB;
}
</style>
background-color css
<style>
a { background-color: #1E28DB; }
a { background-color: rgb(30,40,219); }
div.DivClassName
{
background-color: #1E28DB;
}
.BgClassName
{
background-color: #1E28DB;
}
</style>
border-color css
<style>
span { border-color: #1E28DB; }
span { border-color: rgb(30,40,219); }
td.TdClassName
{
border-color: #1E28DB;
}
.TagClassName
{
border-color: #1E28DB;
}
</style>