#247FAA

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

Shades of Scooter #247FAA

Tints of Scooter #247FAA

Color information

#247FAA (or 0x247FAA) is unknown color: approx Scooter. HEX triplet: 24, 7F and AA. RGB value is (36,127,170). Sum of RGB (Red+Green+Blue) = 36+127+170=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #247FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247FAA is #DB8055. Grayscale: #686868. Windows color (decimal): -14385238 or 11173668. OLE color: 11173668.

HSL color Cylindrical-coordinate representation of color #247FAA: hue angle of 199.25º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247FAA is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36127170-
CMYK0.790.2500.33
HSL199.25º65.05%40.39%-
HSV(B)199.25º78.82%66.67%-
XYZ15.5718.4640.77-
YUV104.69164.8579-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.81%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=10.81%
G=38.14%
B=51.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361271700.790.2500.33199.2565.0540.39
Hex247FAA4F19021c74128
Octal441772521173104130710150
Binary1001001111111101010101001111110010100001110001111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247FAA; }

 p { color: rgb(36,127,170); }

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

<style>
 a { background-color: #247FAA; }

 a { background-color: rgb(36,127,170); }

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

<style>
 span { border-color: #247FAA; }

 span { border-color: rgb(36,127,170); }

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