#207D9D

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

Shades of Scooter #207D9D

Tints of Scooter #207D9D

Color information

#207D9D (or 0x207D9D) is unknown color: approx Scooter. HEX triplet: 20, 7D and 9D. RGB value is (32,125,157). Sum of RGB (Red+Green+Blue) = 32+125+157=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #207D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207D9D is #DF8262. Grayscale: #646464. Windows color (decimal): -14647907 or 10321184. OLE color: 10321184.

HSL color Cylindrical-coordinate representation of color #207D9D: hue angle of 195.36º 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 #207D9D is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB32125157-
CMYK0.800.2000.38
HSL195.36º66.14%37.06%-
HSV(B)195.36º79.62%61.57%-
XYZ14.0217.4134.52-
YUV100.84159.6978.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.19%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 157 (61.72% from 255) = 50%
R=10.19%
G=39.81%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321251570.800.2000.38195.3666.1437.06
Hex207D9D5014026c34225
Octal401752351202404630310245
Binary1000001111101100111011010000101000100110110000111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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