Html Css Color HEX #2488A5 Scooter

📋 copy color: '#2488A5'

red 36 ◦ green 136 ◦ blue 165

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

Shades of Scooter #2488A5

Tints of Scooter #2488A5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

 BLUE value IS 165 (64.84% from 255) = 48.96%

R = 10.68%
G = 40.36%
B = 48.96%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2488A5 (or 0x2488A5) is known color: Scooter. HEX triplet: 24, 88 and A5. RGB value is (36,136,165). Sum of RGB (Red+Green+Blue) = 36+136+165=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #2488A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2488A5 is #DB775A. Grayscale: #6D6D6D. Windows color (decimal): -14382939 or 10848292. OLE color: 10848292.

HSL color Cylindrical-coordinate representation of color #2488A5: hue angle of 193.49º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2488A5 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 136 165 -
CMYK 0.78 0.18 0 0.35
HSL 193.49º 0.64% 0.39% -
HSV(B) 193.49º 0.78% 0.65% -
XYZ 16.32 20.7 38.73 -
YUV 109.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 36 136 165 0.78 0.18 0 0.35 193.49 0.64 0.39
Hex 24 88 A5 4E 12 0 23 C1 40 27
Octal 44 210 245 116 22 0 43 301 100 47
Binary 100100 10001000 10100101 1001110 10010 0 100011 11000001 1000000 100111

Color Harmonies of #2488A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2488A5

Black with #2488A5

Text Example


Text Example

White with #2488A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2488A5; }

 p { color: rgb(36,136,165); }

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

background-color css

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

 a { background-color: rgb(36,136,165); }

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

border-color css

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

 span { border-color: rgb(36,136,165); }

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