Html Css Color HEX #247F9A Scooter

📋 copy color: '#247F9A'

red 36 ◦ green 127 ◦ blue 154

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

Shades of Scooter #247F9A

Tints of Scooter #247F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.58%

R = 11.36%
G = 40.06%
B = 48.58%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#247F9A (or 0x247F9A) is known color: Scooter. HEX triplet: 24, 7F and 9A. RGB value is (36,127,154). Sum of RGB (Red+Green+Blue) = 36+127+154=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #247F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F9A is #DB8065. Grayscale: #666666. Windows color (decimal): -14385254 or 10125092. OLE color: 10125092.

HSL color Cylindrical-coordinate representation of color #247F9A: hue angle of 193.73º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247F9A is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 127 154 -
CMYK 0.77 0.18 0 0.40
HSL 193.73º 0.62% 0.37% -
HSV(B) 193.73º 0.77% 0.6% -
XYZ 14.15 17.89 33.28 -
YUV 102.87 156.85 80.3 -
System Red Green Blue C M Y K H S L
Decimal 36 127 154 0.77 0.18 0 0.40 193.73 0.62 0.37
Hex 24 7F 9A 4D 12 0 28 C2 3E 25
Octal 44 177 232 115 22 0 50 302 76 45
Binary 100100 1111111 10011010 1001101 10010 0 101000 11000010 111110 100101

Color Harmonies of #247F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F9A

Black with #247F9A

Text Example


Text Example

White with #247F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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