#1F7FA7

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

Shades of Scooter #1F7FA7

Tints of Scooter #1F7FA7

Color information

#1F7FA7 (or 0x1F7FA7) is unknown color: approx Scooter. HEX triplet: 1F, 7F and A7. RGB value is (31,127,167). Sum of RGB (Red+Green+Blue) = 31+127+167=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F7FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7FA7 is #E08058. Grayscale: #666666. Windows color (decimal): -14712921 or 10977055. OLE color: 10977055.

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

Color convert

RGB31127167-
CMYK0.810.2400.35
HSL197.65º68.69%38.82%-
HSV(B)197.65º81.44%65.49%-
XYZ15.1318.2639.29-
YUV102.86164.276.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.54%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 167 (65.62% from 255) = 51.38%
R=9.54%
G=39.08%
B=51.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311271670.810.2400.35197.6568.6938.82
Hex1F7FA75118023c64527
Octal371772471213004330610547
Binary111111111111101001111010001110000100011110001101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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