Html Css Color HEX #248BA4 Scooter

📋 copy color: '#248BA4'

red 36 ◦ green 139 ◦ blue 164

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

Shades of Scooter #248BA4

Tints of Scooter #248BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

 BLUE value IS 164 (64.45% from 255) = 48.38%

R = 10.62%
G = 41%
B = 48.38%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#248BA4 (or 0x248BA4) is known color: Scooter. HEX triplet: 24, 8B and A4. RGB value is (36,139,164). Sum of RGB (Red+Green+Blue) = 36+139+164=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #248BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248BA4 is #DB745B. Grayscale: #6E6E6E. Windows color (decimal): -14382172 or 10783524. OLE color: 10783524.

HSL color Cylindrical-coordinate representation of color #248BA4: hue angle of 191.72º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #248BA4 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 36 139 164 -
CMYK 0.78 0.15 0 0.36
HSL 191.72º 0.64% 0.39% -
HSV(B) 191.72º 0.78% 0.64% -
XYZ 16.66 21.52 38.4 -
YUV 111.05 157.88 74.47 -
System Red Green Blue C M Y K H S L
Decimal 36 139 164 0.78 0.15 0 0.36 191.72 0.64 0.39
Hex 24 8B A4 4E F 0 24 C0 40 27
Octal 44 213 244 116 17 0 44 300 100 47
Binary 100100 10001011 10100100 1001110 1111 0 100100 11000000 1000000 100111

Color Harmonies of #248BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248BA4

Black with #248BA4

Text Example


Text Example

White with #248BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,139,164); }

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

background-color css

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

 a { background-color: rgb(36,139,164); }

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

border-color css

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

 span { border-color: rgb(36,139,164); }

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