Shades of Persian Blue #1E2FDA
Tints of Persian Blue #1E2FDA
RGB
CMYK
RGB Variations
Color information
#1E2FDA (or 0x1E2FDA) is known color: Persian Blue. HEX triplet: 1E, 2F and DA. RGB value is (30,47,218). Sum of RGB (Red+Green+Blue) = 30+47+218=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E2FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2FDA is #E1D025. Grayscale: #3C3C3C. Windows color (decimal): -14798886 or 14298910. OLE color: 14298910.
HSL color Cylindrical-coordinate representation of color #1E2FDA: hue angle of 234.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E2FDA is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 47 | 218 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.15 |
| HSL | 234.57º | 0.76% | 0.49% | - |
| HSV(B) | 234.57º | 0.86% | 0.85% | - |
| XYZ | 14.21 | 7.37 | 67 | - |
| YUV | 61.41 | 216.37 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 218 | 0.86 | 0.78 | 0 | 0.15 | 234.57 | 0.76 | 0.49 |
| Hex | 1E | 2F | DA | 56 | 4E | 0 | F | EB | 4C | 31 |
| Octal | 36 | 57 | 332 | 126 | 116 | 0 | 17 | 353 | 114 | 61 |
| Binary | 11110 | 101111 | 11011010 | 1010110 | 1001110 | 0 | 1111 | 11101011 | 1001100 | 110001 |
Color Harmonies of #1E2FDA
Complementary color
Monochromatic Colors of #1E2FDA
Black with #1E2FDA
Text Example
Text Example
White with #1E2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2FDA; }
p { color: rgb(30,47,218); }
H1.HeaderClassName
{
color: #1E2FDA;
}
.AnyTagClassName
{
color: #1E2FDA;
}
</style>
background-color css
<style>
a { background-color: #1E2FDA; }
a { background-color: rgb(30,47,218); }
div.DivClassName
{
background-color: #1E2FDA;
}
.BgClassName
{
background-color: #1E2FDA;
}
</style>
border-color css
<style>
span { border-color: #1E2FDA; }
span { border-color: rgb(30,47,218); }
td.TdClassName
{
border-color: #1E2FDA;
}
.TagClassName
{
border-color: #1E2FDA;
}
</style>