Html Css Color HEX #248098 Scooter

📋 copy color: '#248098'

red 36 ◦ green 128 ◦ blue 152

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

Shades of Scooter #248098

Tints of Scooter #248098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 11.39%
G = 40.51%
B = 48.1%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#248098 (or 0x248098) is known color: Scooter. HEX triplet: 24, 80 and 98. RGB value is (36,128,152). Sum of RGB (Red+Green+Blue) = 36+128+152=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #248098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248098 is #DB7F67. Grayscale: #676767. Windows color (decimal): -14385000 or 9994276. OLE color: 9994276.

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

Color convert

RGB 36 128 152 -
CMYK 0.76 0.16 0 0.40
HSL 192.41º 0.62% 0.37% -
HSV(B) 192.41º 0.76% 0.6% -
XYZ 14.11 18.08 32.45 -
YUV 103.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 36 128 152 0.76 0.16 0 0.40 192.41 0.62 0.37
Hex 24 80 98 4C 10 0 28 C0 3E 25
Octal 44 200 230 114 20 0 50 300 76 45
Binary 100100 10000000 10011000 1001100 10000 0 101000 11000000 111110 100101

Color Harmonies of #248098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248098

Black with #248098

Text Example


Text Example

White with #248098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248098; }

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

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

background-color css

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

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

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

border-color css

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

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

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