#207F9D

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

Shades of Scooter #207F9D

Tints of Scooter #207F9D

Color information

#207F9D (or 0x207F9D) is unknown color: approx Scooter. HEX triplet: 20, 7F and 9D. RGB value is (32,127,157). Sum of RGB (Red+Green+Blue) = 32+127+157=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #207F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207F9D is #DF8062. Grayscale: #656565. Windows color (decimal): -14647395 or 10321696. OLE color: 10321696.

HSL color Cylindrical-coordinate representation of color #207F9D: hue angle of 194.4º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #207F9D is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB32127157-
CMYK0.800.1900.38
HSL194.4º66.14%37.06%-
HSV(B)194.4º79.62%61.57%-
XYZ14.2717.9234.61-
YUV102.01159.0378.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.13%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=10.13%
G=40.19%
B=49.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321271570.800.1900.38194.466.1437.06
Hex207F9D5013026c24225
Octal401772351202304630210245
Binary1000001111111100111011010000100110100110110000101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207F9D; }

 p { color: rgb(32,127,157); }

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

<style>
 a { background-color: #207F9D; }

 a { background-color: rgb(32,127,157); }

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

<style>
 span { border-color: #207F9D; }

 span { border-color: rgb(32,127,157); }

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