#1E95D0

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

Shades of Pelorous #1E95D0

Tints of Pelorous #1E95D0

Color information

#1E95D0 (or 0x1E95D0) is unknown color: approx Pelorous. HEX triplet: 1E, 95 and D0. RGB value is (30,149,208). Sum of RGB (Red+Green+Blue) = 30+149+208=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #1E95D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E95D0 is #E16A2F. Grayscale: #777777. Windows color (decimal): -14772784 or 13669662. OLE color: 13669662.

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

Color convert

RGB30149208-
CMYK0.860.2800.18
HSL199.89º74.79%46.67%-
HSV(B)199.89º85.58%81.57%-
XYZ22.6726.3263.56-
YUV120.14177.5863.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.75%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 208 (81.64% from 255) = 53.75%
R=7.75%
G=38.50%
B=53.75%

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
Decimal301492080.860.2800.18199.8974.7946.67
Hex1E95D0561C012c84b2f
Octal362253201263402231011357
Binary111101001010111010000101011011100010010110010001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E95D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,149,208); }

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

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

 a { background-color: rgb(30,149,208); }

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

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

 span { border-color: rgb(30,149,208); }

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