Html Css Color HEX #247FAA Scooter

📋 copy color: '#247FAA'

red 36 ◦ green 127 ◦ blue 170

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

Shades of Scooter #247FAA

Tints of Scooter #247FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 10.81%
G = 38.14%
B = 51.05%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#247FAA (or 0x247FAA) is known color: Scooter. HEX triplet: 24, 7F and AA. RGB value is (36,127,170). Sum of RGB (Red+Green+Blue) = 36+127+170=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #247FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247FAA is #DB8055. Grayscale: #686868. Windows color (decimal): -14385238 or 11173668. OLE color: 11173668.

HSL color Cylindrical-coordinate representation of color #247FAA: hue angle of 199.25º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247FAA is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 127 170 -
CMYK 0.79 0.25 0 0.33
HSL 199.25º 0.65% 0.4% -
HSV(B) 199.25º 0.79% 0.67% -
XYZ 15.57 18.46 40.77 -
YUV 104.69 164.85 79 -
System Red Green Blue C M Y K H S L
Decimal 36 127 170 0.79 0.25 0 0.33 199.25 0.65 0.4
Hex 24 7F AA 4F 19 0 21 C7 41 28
Octal 44 177 252 117 31 0 41 307 101 50
Binary 100100 1111111 10101010 1001111 11001 0 100001 11000111 1000001 101000

Color Harmonies of #247FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FAA

Black with #247FAA

Text Example


Text Example

White with #247FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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