Html Css Color HEX #247D99 Scooter

📋 copy color: '#247D99'

red 36 ◦ green 125 ◦ blue 153

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

Shades of Scooter #247D99

Tints of Scooter #247D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 11.46%
G = 39.81%
B = 48.73%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#247D99 (or 0x247D99) is known color: Scooter. HEX triplet: 24, 7D and 99. RGB value is (36,125,153). Sum of RGB (Red+Green+Blue) = 36+125+153=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #247D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D99 is #DB8266. Grayscale: #656565. Windows color (decimal): -14385767 or 10059044. OLE color: 10059044.

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

Color convert

RGB 36 125 153 -
CMYK 0.76 0.18 0 0.4
HSL 194.36º 0.62% 0.37% -
HSV(B) 194.36º 0.76% 0.6% -
XYZ 13.81 17.34 32.76 -
YUV 101.58 157.01 81.22 -
System Red Green Blue C M Y K H S L
Decimal 36 125 153 0.76 0.18 0 0.4 194.36 0.62 0.37
Hex 24 7D 99 4C 12 0 28 C2 3E 25
Octal 44 175 231 114 22 0 50 302 76 45
Binary 100100 1111101 10011001 1001100 10010 0 101000 11000010 111110 100101

Color Harmonies of #247D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247D99

Black with #247D99

Text Example


Text Example

White with #247D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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