#248DA7

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

Shades of Scooter #248DA7

Tints of Scooter #248DA7

Color information

#248DA7 (or 0x248DA7) is unknown color: approx Scooter. HEX triplet: 24, 8D and A7. RGB value is (36,141,167). Sum of RGB (Red+Green+Blue) = 36+141+167=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #248DA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248DA7 is #DB7258. Grayscale: #707070. Windows color (decimal): -14381657 or 10980644. OLE color: 10980644.

HSL color Cylindrical-coordinate representation of color #248DA7: hue angle of 191.91º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #248DA7 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB36141167-
CMYK0.780.1600.35
HSL191.91º64.53%39.8%-
HSV(B)191.91º78.44%65.49%-
XYZ17.2322.2139.94-
YUV112.57158.7173.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.47%
GREEN value IS 141 (55.47% from 255) = 40.99%
BLUE value IS 167 (65.62% from 255) = 48.55%
R=10.47%
G=40.99%
B=48.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361411670.780.1600.35191.9164.5339.8
Hex248DA74E10023c04128
Octal442152471162004330010150
Binary10010010001101101001111001110100000100011110000001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,141,167); }

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

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

 a { background-color: rgb(36,141,167); }

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

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

 span { border-color: rgb(36,141,167); }

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