Html Css Color HEX #247C9D Scooter

📋 copy color: '#247C9D'

red 36 ◦ green 124 ◦ blue 157

#247C9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #247C9D

Tints of Scooter #247C9D

RGB

 RED value IS 36 (14.45% from 255) = 11.36%

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 11.36%
G = 39.12%
B = 49.53%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#247C9D (or 0x247C9D) is known color: Scooter. HEX triplet: 24, 7C and 9D. RGB value is (36,124,157). Sum of RGB (Red+Green+Blue) = 36+124+157=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #247C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C9D is #DB8362. Grayscale: #656565. Windows color (decimal): -14386019 or 10320932. OLE color: 10320932.

HSL color Cylindrical-coordinate representation of color #247C9D: hue angle of 196.36º 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 #247C9D is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 124 157 -
CMYK 0.77 0.21 0 0.38
HSL 196.36º 0.63% 0.38% -
HSV(B) 196.36º 0.77% 0.62% -
XYZ 14.02 17.22 34.48 -
YUV 101.45 159.35 81.32 -
System Red Green Blue C M Y K H S L
Decimal 36 124 157 0.77 0.21 0 0.38 196.36 0.63 0.38
Hex 24 7C 9D 4D 15 0 26 C4 3F 26
Octal 44 174 235 115 25 0 46 304 77 46
Binary 100100 1111100 10011101 1001101 10101 0 100110 11000100 111111 100110

Color Harmonies of #247C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C9D

Black with #247C9D

Text Example


Text Example

White with #247C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,124,157); }

 H1.HeaderClassName
 {
   color: #247C9D;
 }
 .AnyTagClassName
 {
   color: #247C9D;
 }
</style>

background-color css

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

 a { background-color: rgb(36,124,157); }

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

border-color css

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

 span { border-color: rgb(36,124,157); }

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