Html Css Color HEX #1F7D9B Scooter

📋 copy color: '#1F7D9B'

red 31 ◦ green 125 ◦ blue 155

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

Shades of Scooter #1F7D9B

Tints of Scooter #1F7D9B

RGB

 RED value IS 31 (12.5% from 255) = 9.97%

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

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 9.97%
G = 40.19%
B = 49.84%

CMYK

 C value IS 0.8

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F7D9B (or 0x1F7D9B) is known color: Scooter. HEX triplet: 1F, 7D and 9B. RGB value is (31,125,155). Sum of RGB (Red+Green+Blue) = 31+125+155=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F7D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7D9B is #E08264. Grayscale: #646464. Windows color (decimal): -14713445 or 10190111. OLE color: 10190111.

HSL color Cylindrical-coordinate representation of color #1F7D9B: hue angle of 194.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F7D9B is Cyan = 0.8, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 125 155 -
CMYK 0.8 0.19 0 0.39
HSL 194.52º 0.67% 0.36% -
HSV(B) 194.52º 0.8% 0.61% -
XYZ 13.82 17.33 33.63 -
YUV 100.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 31 125 155 0.8 0.19 0 0.39 194.52 0.67 0.36
Hex 1F 7D 9B 50 13 0 27 C3 43 24
Octal 37 175 233 120 23 0 47 303 103 44
Binary 11111 1111101 10011011 1010000 10011 0 100111 11000011 1000011 100100

Color Harmonies of #1F7D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7D9B

Black with #1F7D9B

Text Example


Text Example

White with #1F7D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,125,155); }

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

background-color css

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

 a { background-color: rgb(31,125,155); }

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

border-color css

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

 span { border-color: rgb(31,125,155); }

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