Html Css Color HEX #247D9D Scooter

📋 copy color: '#247D9D'

red 36 ◦ green 125 ◦ blue 157

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

Shades of Scooter #247D9D

Tints of Scooter #247D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.31%

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 11.32%
G = 39.31%
B = 49.37%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#247D9D (or 0x247D9D) is known color: Scooter. HEX triplet: 24, 7D and 9D. RGB value is (36,125,157). Sum of RGB (Red+Green+Blue) = 36+125+157=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #247D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D9D is #DB8262. Grayscale: #656565. Windows color (decimal): -14385763 or 10321188. OLE color: 10321188.

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

Color convert

RGB 36 125 157 -
CMYK 0.77 0.20 0 0.38
HSL 195.87º 0.63% 0.38% -
HSV(B) 195.87º 0.77% 0.62% -
XYZ 14.15 17.48 34.53 -
YUV 102.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 36 125 157 0.77 0.20 0 0.38 195.87 0.63 0.38
Hex 24 7D 9D 4D 14 0 26 C4 3F 26
Octal 44 175 235 115 24 0 46 304 77 46
Binary 100100 1111101 10011101 1001101 10100 0 100110 11000100 111111 100110

Color Harmonies of #247D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247D9D

Black with #247D9D

Text Example


Text Example

White with #247D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,125,157); }

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

background-color css

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

 a { background-color: rgb(36,125,157); }

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

border-color css

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

 span { border-color: rgb(36,125,157); }

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