#1E88D1

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

Shades of Curious Blue #1E88D1

Tints of Curious Blue #1E88D1

Color information

#1E88D1 (or 0x1E88D1) is unknown color: approx Curious Blue. HEX triplet: 1E, 88 and D1. RGB value is (30,136,209). Sum of RGB (Red+Green+Blue) = 30+136+209=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E88D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E88D1 is #E1772E. Grayscale: #707070. Windows color (decimal): -14776111 or 13731870. OLE color: 13731870.

HSL color Cylindrical-coordinate representation of color #1E88D1: hue angle of 204.47º 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 #1E88D1 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB30136209-
CMYK0.860.3500.18
HSL204.47º74.9%46.86%-
HSV(B)204.47º85.65%81.96%-
XYZ20.8522.4963.56-
YUV112.63182.3869.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 209 (82.03% from 255) = 55.73%
R=8%
G=36.27%
B=55.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal301362090.860.3500.18204.4774.946.86
Hex1E88D15623012cc4b2f
Octal362103211264302231411357
Binary1111010001000110100011010110100011010010110011001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E88D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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