#248FA5

Color #248FA5 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #248FA5

Tints of Scooter #248FA5

Color information

#248FA5 (or 0x248FA5) is unknown color: approx Scooter. HEX triplet: 24, 8F and A5. RGB value is (36,143,165). Sum of RGB (Red+Green+Blue) = 36+143+165=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #248FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248FA5 is #DB705A. Grayscale: #717171. Windows color (decimal): -14381147 or 10850084. OLE color: 10850084.

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

Color convert

RGB36143165-
CMYK0.780.1300.35
HSL190.23º64.18%39.41%-
HSV(B)190.23º78.18%64.71%-
XYZ17.3422.7439.07-
YUV113.51157.0572.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.47%
GREEN value IS 143 (56.25% from 255) = 41.57%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=10.47%
G=41.57%
B=47.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361431650.780.1300.35190.2364.1839.41
Hex248FA54ED023be4027
Octal442172451161504327610047
Binary1001001000111110100101100111011010100011101111101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #248FA5;
 }
 .AnyTagClassName
 {
   color: #248FA5;
 }
</style>
background-color css

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

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

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

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

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

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