Html Css Color HEX #247C9E Scooter

📋 copy color: '#247C9E'

red 36 ◦ green 124 ◦ blue 158

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

Shades of Scooter #247C9E

Tints of Scooter #247C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.69%

R = 11.32%
G = 38.99%
B = 49.69%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#247C9E (or 0x247C9E) is known color: Scooter. HEX triplet: 24, 7C and 9E. RGB value is (36,124,158). Sum of RGB (Red+Green+Blue) = 36+124+158=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #247C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C9E is #DB8361. Grayscale: #656565. Windows color (decimal): -14386018 or 10386468. OLE color: 10386468.

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

Color convert

RGB 36 124 158 -
CMYK 0.77 0.22 0 0.38
HSL 196.72º 0.63% 0.38% -
HSV(B) 196.72º 0.77% 0.62% -
XYZ 14.11 17.26 34.94 -
YUV 101.56 159.85 81.24 -
System Red Green Blue C M Y K H S L
Decimal 36 124 158 0.77 0.22 0 0.38 196.72 0.63 0.38
Hex 24 7C 9E 4D 16 0 26 C5 3F 26
Octal 44 174 236 115 26 0 46 305 77 46
Binary 100100 1111100 10011110 1001101 10110 0 100110 11000101 111111 100110

Color Harmonies of #247C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C9E

Black with #247C9E

Text Example


Text Example

White with #247C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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