Html Css Color HEX #247F94 Scooter

📋 copy color: '#247F94'

red 36 ◦ green 127 ◦ blue 148

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

Shades of Scooter #247F94

Tints of Scooter #247F94

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 11.58%
G = 40.84%
B = 47.59%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247F94 (or 0x247F94) is known color: Scooter. HEX triplet: 24, 7F and 94. RGB value is (36,127,148). Sum of RGB (Red+Green+Blue) = 36+127+148=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #247F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F94 is #DB806B. Grayscale: #666666. Windows color (decimal): -14385260 or 9731876. OLE color: 9731876.

HSL color Cylindrical-coordinate representation of color #247F94: hue angle of 191.25º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247F94 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 127 148 -
CMYK 0.76 0.14 0 0.42
HSL 191.25º 0.61% 0.36% -
HSV(B) 191.25º 0.76% 0.58% -
XYZ 13.66 17.69 30.71 -
YUV 102.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 36 127 148 0.76 0.14 0 0.42 191.25 0.61 0.36
Hex 24 7F 94 4C E 0 2A BF 3D 24
Octal 44 177 224 114 16 0 52 277 75 44
Binary 100100 1111111 10010100 1001100 1110 0 101010 10111111 111101 100100

Color Harmonies of #247F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F94

Black with #247F94

Text Example


Text Example

White with #247F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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