Shades of Persian Blue #1E2FCE
Tints of Persian Blue #1E2FCE
RGB
CMYK
RGB Variations
Color information
#1E2FCE (or 0x1E2FCE) is known color: Persian Blue. HEX triplet: 1E, 2F and CE. RGB value is (30,47,206). Sum of RGB (Red+Green+Blue) = 30+47+206=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2FCE is #E1D031. Grayscale: #3B3B3B. Windows color (decimal): -14798898 or 13512478. OLE color: 13512478.
HSL color Cylindrical-coordinate representation of color #1E2FCE: hue angle of 234.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E2FCE is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 47 | 206 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.19 |
| HSL | 234.2º | 0.75% | 0.46% | - |
| HSV(B) | 234.2º | 0.85% | 0.81% | - |
| XYZ | 12.69 | 6.77 | 59.03 | - |
| YUV | 60.04 | 210.37 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 206 | 0.85 | 0.77 | 0 | 0.19 | 234.2 | 0.75 | 0.46 |
| Hex | 1E | 2F | CE | 55 | 4D | 0 | 13 | EA | 4B | 2E |
| Octal | 36 | 57 | 316 | 125 | 115 | 0 | 23 | 352 | 113 | 56 |
| Binary | 11110 | 101111 | 11001110 | 1010101 | 1001101 | 0 | 10011 | 11101010 | 1001011 | 101110 |
Color Harmonies of #1E2FCE
Complementary color
Monochromatic Colors of #1E2FCE
Black with #1E2FCE
Text Example
Text Example
White with #1E2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2FCE; }
p { color: rgb(30,47,206); }
H1.HeaderClassName
{
color: #1E2FCE;
}
.AnyTagClassName
{
color: #1E2FCE;
}
</style>
background-color css
<style>
a { background-color: #1E2FCE; }
a { background-color: rgb(30,47,206); }
div.DivClassName
{
background-color: #1E2FCE;
}
.BgClassName
{
background-color: #1E2FCE;
}
</style>
border-color css
<style>
span { border-color: #1E2FCE; }
span { border-color: rgb(30,47,206); }
td.TdClassName
{
border-color: #1E2FCE;
}
.TagClassName
{
border-color: #1E2FCE;
}
</style>