Html Css Color HEX #247EA1 Scooter

📋 copy color: '#247EA1'

red 36 ◦ green 126 ◦ blue 161

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

Shades of Scooter #247EA1

Tints of Scooter #247EA1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.01%

 BLUE value IS 161 (63.28% from 255) = 49.85%

R = 11.15%
G = 39.01%
B = 49.85%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#247EA1 (or 0x247EA1) is known color: Scooter. HEX triplet: 24, 7E and A1. RGB value is (36,126,161). Sum of RGB (Red+Green+Blue) = 36+126+161=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #247EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247EA1 is #DB815E. Grayscale: #666666. Windows color (decimal): -14385503 or 10583588. OLE color: 10583588.

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

Color convert

RGB 36 126 161 -
CMYK 0.78 0.22 0 0.37
HSL 196.8º 0.63% 0.39% -
HSV(B) 196.8º 0.78% 0.63% -
XYZ 14.62 17.87 36.4 -
YUV 103.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 36 126 161 0.78 0.22 0 0.37 196.8 0.63 0.39
Hex 24 7E A1 4E 16 0 25 C5 3F 27
Octal 44 176 241 116 26 0 45 305 77 47
Binary 100100 1111110 10100001 1001110 10110 0 100101 11000101 111111 100111

Color Harmonies of #247EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247EA1

Black with #247EA1

Text Example


Text Example

White with #247EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,126,161); }

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

background-color css

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

 a { background-color: rgb(36,126,161); }

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

border-color css

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

 span { border-color: rgb(36,126,161); }

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