Html Css Color HEX #248A9F Scooter

📋 copy color: '#248A9F'

red 36 ◦ green 138 ◦ blue 159

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

Shades of Scooter #248A9F

Tints of Scooter #248A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.75%

R = 10.81%
G = 41.44%
B = 47.75%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#248A9F (or 0x248A9F) is known color: Scooter. HEX triplet: 24, 8A and 9F. RGB value is (36,138,159). Sum of RGB (Red+Green+Blue) = 36+138+159=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #248A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A9F is #DB7560. Grayscale: #6D6D6D. Windows color (decimal): -14382433 or 10455588. OLE color: 10455588.

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

Color convert

RGB 36 138 159 -
CMYK 0.77 0.13 0 0.38
HSL 190.24º 0.63% 0.38% -
HSV(B) 190.24º 0.77% 0.62% -
XYZ 16.07 21.06 36.02 -
YUV 109.9 155.71 75.29 -
System Red Green Blue C M Y K H S L
Decimal 36 138 159 0.77 0.13 0 0.38 190.24 0.63 0.38
Hex 24 8A 9F 4D D 0 26 BE 3F 26
Octal 44 212 237 115 15 0 46 276 77 46
Binary 100100 10001010 10011111 1001101 1101 0 100110 10111110 111111 100110

Color Harmonies of #248A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A9F

Black with #248A9F

Text Example


Text Example

White with #248A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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