Html Css Color HEX #247F9B Scooter

📋 copy color: '#247F9B'

red 36 ◦ green 127 ◦ blue 155

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

Shades of Scooter #247F9B

Tints of Scooter #247F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 11.32%
G = 39.94%
B = 48.74%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#247F9B (or 0x247F9B) is known color: Scooter. HEX triplet: 24, 7F and 9B. RGB value is (36,127,155). Sum of RGB (Red+Green+Blue) = 36+127+155=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #247F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F9B is #DB8064. Grayscale: #666666. Windows color (decimal): -14385253 or 10190628. OLE color: 10190628.

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

Color convert

RGB 36 127 155 -
CMYK 0.77 0.18 0 0.39
HSL 194.12º 0.62% 0.37% -
HSV(B) 194.12º 0.77% 0.61% -
XYZ 14.23 17.92 33.72 -
YUV 102.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 36 127 155 0.77 0.18 0 0.39 194.12 0.62 0.37
Hex 24 7F 9B 4D 12 0 27 C2 3E 25
Octal 44 177 233 115 22 0 47 302 76 45
Binary 100100 1111111 10011011 1001101 10010 0 100111 11000010 111110 100101

Color Harmonies of #247F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F9B

Black with #247F9B

Text Example


Text Example

White with #247F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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