Html Css Color HEX #1E7DA0 Scooter

📋 copy color: '#1E7DA0'

red 30 ◦ green 125 ◦ blue 160

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

Shades of Scooter #1E7DA0

Tints of Scooter #1E7DA0

RGB

 RED value IS 30 (12.11% from 255) = 9.52%

 GREEN value IS 125 (49.22% from 255) = 39.68%

 BLUE value IS 160 (62.89% from 255) = 50.79%

R = 9.52%
G = 39.68%
B = 50.79%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1E7DA0 (or 0x1E7DA0) is known color: Scooter. HEX triplet: 1E, 7D and A0. RGB value is (30,125,160). Sum of RGB (Red+Green+Blue) = 30+125+160=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E7DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7DA0 is #E1825F. Grayscale: #646464. Windows color (decimal): -14778976 or 10517790. OLE color: 10517790.

HSL color Cylindrical-coordinate representation of color #1E7DA0: hue angle of 196.15º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E7DA0 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 125 160 -
CMYK 0.81 0.22 0 0.37
HSL 196.15º 0.68% 0.37% -
HSV(B) 196.15º 0.81% 0.63% -
XYZ 14.21 17.48 35.88 -
YUV 100.59 161.53 77.65 -
System Red Green Blue C M Y K H S L
Decimal 30 125 160 0.81 0.22 0 0.37 196.15 0.68 0.37
Hex 1E 7D A0 51 16 0 25 C4 44 25
Octal 36 175 240 121 26 0 45 304 104 45
Binary 11110 1111101 10100000 1010001 10110 0 100101 11000100 1000100 100101

Color Harmonies of #1E7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7DA0

Black with #1E7DA0

Text Example


Text Example

White with #1E7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E7DA0; }

 p { color: rgb(30,125,160); }

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

background-color css

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

 a { background-color: rgb(30,125,160); }

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

border-color css

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

 span { border-color: rgb(30,125,160); }

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