#1E7FA0

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

Shades of Scooter #1E7FA0

Tints of Scooter #1E7FA0

Color information

#1E7FA0 (or 0x1E7FA0) is unknown color: approx Scooter. HEX triplet: 1E, 7F and A0. RGB value is (30,127,160). Sum of RGB (Red+Green+Blue) = 30+127+160=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E7FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7FA0 is #E1805F. Grayscale: #656565. Windows color (decimal): -14778464 or 10518302. OLE color: 10518302.

HSL color Cylindrical-coordinate representation of color #1E7FA0: hue angle of 195.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E7FA0 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB30127160-
CMYK0.810.2100.37
HSL195.23º68.42%37.25%-
HSV(B)195.23º81.25%62.75%-
XYZ14.4717.9935.97-
YUV101.76160.8676.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.46%
GREEN value IS 127 (50% from 255) = 40.06%
BLUE value IS 160 (62.89% from 255) = 50.47%
R=9.46%
G=40.06%
B=50.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301271600.810.2100.37195.2368.4237.25
Hex1E7FA05115025c34425
Octal361772401212504530310445
Binary111101111111101000001010001101010100101110000111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,127,160); }

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

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

 a { background-color: rgb(30,127,160); }

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

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

 span { border-color: rgb(30,127,160); }

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