Html Css Color HEX #248099 Scooter

📋 copy color: '#248099'

red 36 ◦ green 128 ◦ blue 153

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

Shades of Scooter #248099

Tints of Scooter #248099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 11.36%
G = 40.38%
B = 48.26%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#248099 (or 0x248099) is known color: Scooter. HEX triplet: 24, 80 and 99. RGB value is (36,128,153). Sum of RGB (Red+Green+Blue) = 36+128+153=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #248099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248099 is #DB7F66. Grayscale: #676767. Windows color (decimal): -14384999 or 10059812. OLE color: 10059812.

HSL color Cylindrical-coordinate representation of color #248099: hue angle of 192.82º 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 #248099 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 128 153 -
CMYK 0.76 0.16 0 0.4
HSL 192.82º 0.62% 0.37% -
HSV(B) 192.82º 0.76% 0.6% -
XYZ 14.2 18.11 32.88 -
YUV 103.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 36 128 153 0.76 0.16 0 0.4 192.82 0.62 0.37
Hex 24 80 99 4C 10 0 28 C1 3E 25
Octal 44 200 231 114 20 0 50 301 76 45
Binary 100100 10000000 10011001 1001100 10000 0 101000 11000001 111110 100101

Color Harmonies of #248099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248099

Black with #248099

Text Example


Text Example

White with #248099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248099; }

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

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

background-color css

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

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

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

border-color css

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

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

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