Shades of Persian Blue #1E2FCF
Tints of Persian Blue #1E2FCF
RGB
CMYK
RGB Variations
Color information
#1E2FCF (or 0x1E2FCF) is known color: Persian Blue. HEX triplet: 1E, 2F and CF. RGB value is (30,47,207). Sum of RGB (Red+Green+Blue) = 30+47+207=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E2FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2FCF is #E1D030. Grayscale: #3B3B3B. Windows color (decimal): -14798897 or 13578014. OLE color: 13578014.
HSL color Cylindrical-coordinate representation of color #1E2FCF: hue angle of 234.24º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E2FCF is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 47 | 207 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.19 |
| HSL | 234.24º | 0.75% | 0.46% | - |
| HSV(B) | 234.24º | 0.86% | 0.81% | - |
| XYZ | 12.81 | 6.81 | 59.67 | - |
| YUV | 60.16 | 210.87 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 207 | 0.86 | 0.77 | 0 | 0.19 | 234.24 | 0.75 | 0.46 |
| Hex | 1E | 2F | CF | 56 | 4D | 0 | 13 | EA | 4B | 2E |
| Octal | 36 | 57 | 317 | 126 | 115 | 0 | 23 | 352 | 113 | 56 |
| Binary | 11110 | 101111 | 11001111 | 1010110 | 1001101 | 0 | 10011 | 11101010 | 1001011 | 101110 |
Color Harmonies of #1E2FCF
Complementary color
Monochromatic Colors of #1E2FCF
Black with #1E2FCF
Text Example
Text Example
White with #1E2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2FCF; }
p { color: rgb(30,47,207); }
H1.HeaderClassName
{
color: #1E2FCF;
}
.AnyTagClassName
{
color: #1E2FCF;
}
</style>
background-color css
<style>
a { background-color: #1E2FCF; }
a { background-color: rgb(30,47,207); }
div.DivClassName
{
background-color: #1E2FCF;
}
.BgClassName
{
background-color: #1E2FCF;
}
</style>
border-color css
<style>
span { border-color: #1E2FCF; }
span { border-color: rgb(30,47,207); }
td.TdClassName
{
border-color: #1E2FCF;
}
.TagClassName
{
border-color: #1E2FCF;
}
</style>