#1E40EE

Color #1E40EE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1E40EE

Tints of Persian Blue #1E40EE

Color information

#1E40EE (or 0x1E40EE) is unknown color: approx Persian Blue. HEX triplet: 1E, 40 and EE. RGB value is (30,64,238). Sum of RGB (Red+Green+Blue) = 30+64+238=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E40EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E40EE is #E1BF11. Grayscale: #484848. Windows color (decimal): -14794514 or 15613982. OLE color: 15613982.

HSL color Cylindrical-coordinate representation of color #1E40EE: hue angle of 230.19º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E40EE is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3064238-
CMYK0.870.7300.07
HSL230.19º85.95%52.55%-
HSV(B)230.19º87.39%93.33%-
XYZ17.810.1281.9-
YUV73.67220.7496.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 9.04%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 238 (93.36% from 255) = 71.69%
R=9.04%
G=19.28%
B=71.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal30642380.870.7300.07230.1985.9552.55
Hex1E40EE574907e65635
Octal361003561271110734612665
Binary11110100000011101110101011110010010111111001101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E40EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E40EE; }

 p { color: rgb(30,64,238); }

 H1.HeaderClassName
 {
   color: #1E40EE;
 }
 .AnyTagClassName
 {
   color: #1E40EE;
 }
</style>
background-color css

<style>
 a { background-color: #1E40EE; }

 a { background-color: rgb(30,64,238); }

 div.DivClassName
 {
   background-color: #1E40EE;
 }
 .BgClassName
 {
   background-color: #1E40EE;
 }
</style>
border-color css

<style>
 span { border-color: #1E40EE; }

 span { border-color: rgb(30,64,238); }

 td.TdClassName
 {
   border-color: #1E40EE;
 }
 .TagClassName
 {
   border-color: #1E40EE;
 }
</style>