#247F9E

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

Shades of Scooter #247F9E

Tints of Scooter #247F9E

Color information

#247F9E (or 0x247F9E) is unknown color: approx Scooter. HEX triplet: 24, 7F and 9E. RGB value is (36,127,158). Sum of RGB (Red+Green+Blue) = 36+127+158=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #247F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F9E is #DB8061. Grayscale: #676767. Windows color (decimal): -14385250 or 10387236. OLE color: 10387236.

HSL color Cylindrical-coordinate representation of color #247F9E: hue angle of 195.25º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247F9E is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36127158-
CMYK0.770.2000.38
HSL195.25º62.89%38.04%-
HSV(B)195.25º77.22%61.96%-
XYZ14.4918.0235.06-
YUV103.32158.8579.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.21%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 158 (62.11% from 255) = 49.22%
R=11.21%
G=39.56%
B=49.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361271580.770.2000.38195.2562.8938.04
Hex247F9E4D14026c33f26
Octal44177236115240463037746
Binary100100111111110011110100110110100010011011000011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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