Html Css Color HEX #2780AB Scooter

📋 copy color: '#2780AB'

red 39 ◦ green 128 ◦ blue 171

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

Shades of Scooter #2780AB

Tints of Scooter #2780AB

RGB

 RED value IS 39 (15.63% from 255) = 11.54%

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

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 11.54%
G = 37.87%
B = 50.59%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2780AB (or 0x2780AB) is known color: Scooter. HEX triplet: 27, 80 and AB. RGB value is (39,128,171). Sum of RGB (Red+Green+Blue) = 39+128+171=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #2780AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2780AB is #D87F54. Grayscale: #6A6A6A. Windows color (decimal): -14188373 or 11239463. OLE color: 11239463.

HSL color Cylindrical-coordinate representation of color #2780AB: hue angle of 199.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2780AB is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 128 171 -
CMYK 0.77 0.25 0 0.33
HSL 199.55º 0.63% 0.41% -
HSV(B) 199.55º 0.77% 0.67% -
XYZ 15.91 18.81 41.32 -
YUV 106.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 39 128 171 0.77 0.25 0 0.33 199.55 0.63 0.41
Hex 27 80 AB 4D 19 0 21 C8 3F 29
Octal 47 200 253 115 31 0 41 310 77 51
Binary 100111 10000000 10101011 1001101 11001 0 100001 11001000 111111 101001

Color Harmonies of #2780AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2780AB

Black with #2780AB

Text Example


Text Example

White with #2780AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2780AB; }

 p { color: rgb(39,128,171); }

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

background-color css

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

 a { background-color: rgb(39,128,171); }

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

border-color css

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

 span { border-color: rgb(39,128,171); }

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