Html Css Color HEX #247FA0 Scooter

📋 copy color: '#247FA0'

red 36 ◦ green 127 ◦ blue 160

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

Shades of Scooter #247FA0

Tints of Scooter #247FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 49.54%

R = 11.15%
G = 39.32%
B = 49.54%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#247FA0 (or 0x247FA0) is known color: Scooter. HEX triplet: 24, 7F and A0. RGB value is (36,127,160). Sum of RGB (Red+Green+Blue) = 36+127+160=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #247FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247FA0 is #DB805F. Grayscale: #676767. Windows color (decimal): -14385248 or 10518308. OLE color: 10518308.

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

Color convert

RGB 36 127 160 -
CMYK 0.78 0.21 0 0.37
HSL 195.97º 0.63% 0.38% -
HSV(B) 195.97º 0.78% 0.63% -
XYZ 14.66 18.09 35.98 -
YUV 103.55 159.85 79.82 -
System Red Green Blue C M Y K H S L
Decimal 36 127 160 0.78 0.21 0 0.37 195.97 0.63 0.38
Hex 24 7F A0 4E 15 0 25 C4 3F 26
Octal 44 177 240 116 25 0 45 304 77 46
Binary 100100 1111111 10100000 1001110 10101 0 100101 11000100 111111 100110

Color Harmonies of #247FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FA0

Black with #247FA0

Text Example


Text Example

White with #247FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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