Shades of Persian Blue #1E3FD2
Tints of Persian Blue #1E3FD2
RGB
CMYK
RGB Variations
Color information
#1E3FD2 (or 0x1E3FD2) is known color: Persian Blue. HEX triplet: 1E, 3F and D2. RGB value is (30,63,210). Sum of RGB (Red+Green+Blue) = 30+63+210=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 210 (82.42% from 255 or 69.31% from 303); Max value from RGB is 210 - color contains mainly: blue. Hex color #1E3FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3FD2 is #E1C02D. Grayscale: #454545. Windows color (decimal): -14794798 or 13778718. OLE color: 13778718.
HSL color Cylindrical-coordinate representation of color #1E3FD2: hue angle of 229º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E3FD2 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 63 | 210 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.18 |
| HSL | 229º | 0.75% | 0.47% | - |
| HSV(B) | 229º | 0.86% | 0.82% | - |
| XYZ | 13.95 | 8.48 | 61.88 | - |
| YUV | 69.89 | 207.07 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 210 | 0.86 | 0.70 | 0 | 0.18 | 229 | 0.75 | 0.47 |
| Hex | 1E | 3F | D2 | 56 | 46 | 0 | 12 | E5 | 4B | 2F |
| Octal | 36 | 77 | 322 | 126 | 106 | 0 | 22 | 345 | 113 | 57 |
| Binary | 11110 | 111111 | 11010010 | 1010110 | 1000110 | 0 | 10010 | 11100101 | 1001011 | 101111 |
Color Harmonies of #1E3FD2
Complementary color
Monochromatic Colors of #1E3FD2
Black with #1E3FD2
Text Example
Text Example
White with #1E3FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3FD2; }
p { color: rgb(30,63,210); }
H1.HeaderClassName
{
color: #1E3FD2;
}
.AnyTagClassName
{
color: #1E3FD2;
}
</style>
background-color css
<style>
a { background-color: #1E3FD2; }
a { background-color: rgb(30,63,210); }
div.DivClassName
{
background-color: #1E3FD2;
}
.BgClassName
{
background-color: #1E3FD2;
}
</style>
border-color css
<style>
span { border-color: #1E3FD2; }
span { border-color: rgb(30,63,210); }
td.TdClassName
{
border-color: #1E3FD2;
}
.TagClassName
{
border-color: #1E3FD2;
}
</style>