Html Css Color HEX #2488AB Scooter

📋 copy color: '#2488AB'

red 36 ◦ green 136 ◦ blue 171

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

Shades of Scooter #2488AB

Tints of Scooter #2488AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 10.5%
G = 39.65%
B = 49.85%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2488AB (or 0x2488AB) is known color: Scooter. HEX triplet: 24, 88 and AB. RGB value is (36,136,171). Sum of RGB (Red+Green+Blue) = 36+136+171=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #2488AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2488AB is #DB7754. Grayscale: #6D6D6D. Windows color (decimal): -14382933 or 11241508. OLE color: 11241508.

HSL color Cylindrical-coordinate representation of color #2488AB: hue angle of 195.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2488AB is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 136 171 -
CMYK 0.79 0.20 0 0.33
HSL 195.56º 0.65% 0.41% -
HSV(B) 195.56º 0.79% 0.67% -
XYZ 16.88 20.92 41.68 -
YUV 110.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 36 136 171 0.79 0.20 0 0.33 195.56 0.65 0.41
Hex 24 88 AB 4F 14 0 21 C4 41 29
Octal 44 210 253 117 24 0 41 304 101 51
Binary 100100 10001000 10101011 1001111 10100 0 100001 11000100 1000001 101001

Color Harmonies of #2488AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2488AB

Black with #2488AB

Text Example


Text Example

White with #2488AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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