#1E97D1

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

Shades of Pelorous #1E97D1

Tints of Pelorous #1E97D1

Color information

#1E97D1 (or 0x1E97D1) is unknown color: approx Pelorous. HEX triplet: 1E, 97 and D1. RGB value is (30,151,209). Sum of RGB (Red+Green+Blue) = 30+151+209=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E97D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E97D1 is #E1682E. Grayscale: #797979. Windows color (decimal): -14772271 or 13735710. OLE color: 13735710.

HSL color Cylindrical-coordinate representation of color #1E97D1: hue angle of 199.44º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E97D1 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB30151209-
CMYK0.860.2800.18
HSL199.44º74.9%46.86%-
HSV(B)199.44º85.65%81.96%-
XYZ23.1127.0164.32-
YUV121.43177.4162.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.69%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 209 (82.03% from 255) = 53.59%
R=7.69%
G=38.72%
B=53.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal301512090.860.2800.18199.4474.946.86
Hex1E97D1561C012c74b2f
Octal362273211263402230711357
Binary111101001011111010001101011011100010010110001111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E97D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,151,209); }

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

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

 a { background-color: rgb(30,151,209); }

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

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

 span { border-color: rgb(30,151,209); }

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