Html Css Color HEX #248CA0 Scooter

📋 copy color: '#248CA0'

red 36 ◦ green 140 ◦ blue 160

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

Shades of Scooter #248CA0

Tints of Scooter #248CA0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

 BLUE value IS 160 (62.89% from 255) = 47.62%

R = 10.71%
G = 41.67%
B = 47.62%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#248CA0 (or 0x248CA0) is known color: Scooter. HEX triplet: 24, 8C and A0. RGB value is (36,140,160). Sum of RGB (Red+Green+Blue) = 36+140+160=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #248CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248CA0 is #DB735F. Grayscale: #6F6F6F. Windows color (decimal): -14381920 or 10521636. OLE color: 10521636.

HSL color Cylindrical-coordinate representation of color #248CA0: hue angle of 189.68º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248CA0 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 140 160 -
CMYK 0.78 0.12 0 0.37
HSL 189.68º 0.63% 0.38% -
HSV(B) 189.68º 0.78% 0.63% -
XYZ 16.45 21.67 36.57 -
YUV 111.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 36 140 160 0.78 0.12 0 0.37 189.68 0.63 0.38
Hex 24 8C A0 4E C 0 25 BE 3F 26
Octal 44 214 240 116 14 0 45 276 77 46
Binary 100100 10001100 10100000 1001110 1100 0 100101 10111110 111111 100110

Color Harmonies of #248CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248CA0

Black with #248CA0

Text Example


Text Example

White with #248CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248CA0; }

 p { color: rgb(36,140,160); }

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

background-color css

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

 a { background-color: rgb(36,140,160); }

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

border-color css

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

 span { border-color: rgb(36,140,160); }

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