Html Css Color HEX #248093 Scooter

📋 copy color: '#248093'

red 36 ◦ green 128 ◦ blue 147

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

Shades of Scooter #248093

Tints of Scooter #248093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

 BLUE value IS 147 (57.81% from 255) = 47.27%

R = 11.58%
G = 41.16%
B = 47.27%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#248093 (or 0x248093) is known color: Scooter. HEX triplet: 24, 80 and 93. RGB value is (36,128,147). Sum of RGB (Red+Green+Blue) = 36+128+147=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #248093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248093 is #DB7F6C. Grayscale: #666666. Windows color (decimal): -14385005 or 9666596. OLE color: 9666596.

HSL color Cylindrical-coordinate representation of color #248093: hue angle of 190.27º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248093 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 128 147 -
CMYK 0.76 0.13 0 0.42
HSL 190.27º 0.61% 0.36% -
HSV(B) 190.27º 0.76% 0.58% -
XYZ 13.71 17.92 30.34 -
YUV 102.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 36 128 147 0.76 0.13 0 0.42 190.27 0.61 0.36
Hex 24 80 93 4C D 0 2A BE 3D 24
Octal 44 200 223 114 15 0 52 276 75 44
Binary 100100 10000000 10010011 1001100 1101 0 101010 10111110 111101 100100

Color Harmonies of #248093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248093

Black with #248093

Text Example


Text Example

White with #248093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248093; }

 p { color: rgb(36,128,147); }

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

background-color css

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

 a { background-color: rgb(36,128,147); }

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

border-color css

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

 span { border-color: rgb(36,128,147); }

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