#1E7FA7

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

Shades of Scooter #1E7FA7

Tints of Scooter #1E7FA7

Color information

#1E7FA7 (or 0x1E7FA7) is unknown color: approx Scooter. HEX triplet: 1E, 7F and A7. RGB value is (30,127,167). Sum of RGB (Red+Green+Blue) = 30+127+167=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #1E7FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7FA7 is #E18058. Grayscale: #666666. Windows color (decimal): -14778457 or 10977054. OLE color: 10977054.

HSL color Cylindrical-coordinate representation of color #1E7FA7: hue angle of 197.52º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E7FA7 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB30127167-
CMYK0.820.2400.35
HSL197.52º69.54%38.63%-
HSV(B)197.52º82.04%65.49%-
XYZ15.118.2439.28-
YUV102.56164.3676.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.26%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 167 (65.62% from 255) = 51.54%
R=9.26%
G=39.20%
B=51.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301271670.820.2400.35197.5269.5438.63
Hex1E7FA75218023c64627
Octal361772471223004330610647
Binary111101111111101001111010010110000100011110001101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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