#1E2DEF

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

Shades of Persian Blue #1E2DEF

Tints of Persian Blue #1E2DEF

Color information

#1E2DEF (or 0x1E2DEF) is unknown color: approx Persian Blue. HEX triplet: 1E, 2D and EF. RGB value is (30,45,239). Sum of RGB (Red+Green+Blue) = 30+45+239=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E2DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2DEF is #E1D210. Grayscale: #3D3D3D. Windows color (decimal): -14799377 or 15674654. OLE color: 15674654.

HSL color Cylindrical-coordinate representation of color #1E2DEF: hue angle of 235.69º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E2DEF is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3045239-
CMYK0.870.8100.06
HSL235.69º86.72%52.75%-
HSV(B)235.69º87.45%93.73%-
XYZ17.058.3882.38-
YUV62.63227.53104.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.55%
GREEN value IS 45 (17.97% from 255) = 14.33%
BLUE value IS 239 (93.75% from 255) = 76.11%
R=9.55%
G=14.33%
B=76.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30452390.870.8100.06235.6986.7252.75
Hex1E2DEF575106ec5735
Octal36553571271210635412765
Binary1111010110111101111101011110100010110111011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,45,239); }

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

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

 a { background-color: rgb(30,45,239); }

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

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

 span { border-color: rgb(30,45,239); }

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