#1E88B7

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

Shades of Pelorous #1E88B7

Tints of Pelorous #1E88B7

Color information

#1E88B7 (or 0x1E88B7) is unknown color: approx Pelorous. HEX triplet: 1E, 88 and B7. RGB value is (30,136,183). Sum of RGB (Red+Green+Blue) = 30+136+183=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #1E88B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E88B7 is #E17748. Grayscale: #6D6D6D. Windows color (decimal): -14776137 or 12027934. OLE color: 12027934.

HSL color Cylindrical-coordinate representation of color #1E88B7: hue angle of 198.43º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E88B7 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB30136183-
CMYK0.840.2600.28
HSL198.43º71.83%41.76%-
HSV(B)198.43º83.61%71.76%-
XYZ17.8921.347.97-
YUV109.66169.3871.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.60%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 183 (71.88% from 255) = 52.44%
R=8.60%
G=38.97%
B=52.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal301361830.840.2600.28198.4371.8341.76
Hex1E88B7541A01Cc6482a
Octal362102671243203430611052
Binary111101000100010110111101010011010011100110001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E88B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,136,183); }

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

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

 a { background-color: rgb(30,136,183); }

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

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

 span { border-color: rgb(30,136,183); }

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