Html Css Color HEX #248AA0 Scooter

📋 copy color: '#248AA0'

red 36 ◦ green 138 ◦ blue 160

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

Shades of Scooter #248AA0

Tints of Scooter #248AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.32%

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

R = 10.78%
G = 41.32%
B = 47.9%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#248AA0 (or 0x248AA0) is known color: Scooter. HEX triplet: 24, 8A and A0. RGB value is (36,138,160). Sum of RGB (Red+Green+Blue) = 36+138+160=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #248AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248AA0 is #DB755F. Grayscale: #6D6D6D. Windows color (decimal): -14382432 or 10521124. OLE color: 10521124.

HSL color Cylindrical-coordinate representation of color #248AA0: hue angle of 190.65º 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 #248AA0 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 138 160 -
CMYK 0.78 0.14 0 0.37
HSL 190.65º 0.63% 0.38% -
HSV(B) 190.65º 0.78% 0.63% -
XYZ 16.16 21.09 36.48 -
YUV 110.01 156.21 75.21 -
System Red Green Blue C M Y K H S L
Decimal 36 138 160 0.78 0.14 0 0.37 190.65 0.63 0.38
Hex 24 8A A0 4E E 0 25 BF 3F 26
Octal 44 212 240 116 16 0 45 277 77 46
Binary 100100 10001010 10100000 1001110 1110 0 100101 10111111 111111 100110

Color Harmonies of #248AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248AA0

Black with #248AA0

Text Example


Text Example

White with #248AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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