#207FAB

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

Shades of Scooter #207FAB

Tints of Scooter #207FAB

Color information

#207FAB (or 0x207FAB) is unknown color: approx Scooter. HEX triplet: 20, 7F and AB. RGB value is (32,127,171). Sum of RGB (Red+Green+Blue) = 32+127+171=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #207FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207FAB is #DF8054. Grayscale: #676767. Windows color (decimal): -14647381 or 11239200. OLE color: 11239200.

HSL color Cylindrical-coordinate representation of color #207FAB: hue angle of 198.99º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #207FAB is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB32127171-
CMYK0.810.2600.33
HSL198.99º68.47%39.8%-
HSV(B)198.99º81.29%67.06%-
XYZ15.5418.4341.27-
YUV103.61166.0376.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.70%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=9.70%
G=38.48%
B=51.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321271710.810.2600.33198.9968.4739.8
Hex207FAB511A021c74428
Octal401772531213204130710450
Binary1000001111111101010111010001110100100001110001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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